dheerajinampudi / auth0-ionic-firebase

Auth0 + Ionic + Firebase sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auth0 + Ionic + Firebase Sample

This is a sample Ionic project that uses Auth0 for Authentication and Firebase for storing information. It's the basic tabs example from Ionic with the added authentication from Auth0 and Firebase as the backend.

This example uses Refresh Tokens so that you will see the Login page only the first time you create the app and then never again.

Running the example

In order to run the project, you need to have node, ionic, cordova and ios-sim installed. Once you have that, just clone the project and run the following:

  1. npm install
  2. ionic platform add ios
  3. ionic build ios
  4. ionic emulate ios

Enjoy your Ionic app now :).

About

Auth0 + Ionic + Firebase sample

License:MIT License


Languages

Language:JavaScript 83.2%Language:CSS 15.9%Language:HTML 0.9%