Ionic app with Firebase user management
JavaScript CSS Other
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
plugins Add generated file Jul 22, 2014
scss First commit Jul 21, 2014
www Fix jshint issues Jul 25, 2014
.bowerrc First commit Jul 21, 2014
.gitignore First commit Jul 21, 2014
.jshintrc Fix jshint issues Jul 25, 2014
README.md Add readme Jul 25, 2014
bower.json Bring higher level files Jul 21, 2014
config.xml Change to mycompany Jul 21, 2014
gulpfile.js Fix tests Jul 21, 2014
ionic.project Bring higher level files Jul 21, 2014
karma.js Add change password Jul 22, 2014
package.json Bring higher level files Jul 21, 2014

README.md

Features

Signup

When users sign up using their email address, email with a temporary password is sent automatically to them. They'll need to change the password prior to using the app.

Login

To use the app, users need to log in using their email and password.

Change Password

Users can always change their password, whether it's a temporary password they got upon sign up, or not.

Reset Password

If one forgets their password, they can enter their email address to get a temporary password via email.

Dashboard

Placeholder for the app itself.

Firebase configuration

  1. Change FIREBASE_ROOT in app.js to point to your Firebase app.
  2. In Firebase, go to Simple Login -> Authentication Providers -> Email & Password and make sure that Enabled is checked.
  3. Set up your password reset email (in the same place)

Installation

To run the app in a browser:

1. git clone git@github.com:moroshko/ionic-firebase-auth.git
2. cd ionic-firebase-auth
3. npm install
4. ionic serve

To run the app on an Android device:

5. ionic platform add android
6. ionic build android
7. ionic run android