Skip to content

Ionic 3 full authentication system with Angular 4 reactive forms and Firebase

Notifications You must be signed in to change notification settings

razvantomegea/ionic-angular-firebase-authentication

Repository files navigation

Full authentication system cross-platform app

Prerequisites

Getting started

  1. Create a new Firebase project;
  2. Get Firebase config credentials by clicking Add Firebase to your webb app and put them in the FIREBASE_CONFIG object inside src/app/app.module.ts file
  3. Click Authentication in your Firebase Console, click the Sign-in method tab, and enable Email/Password provider.

Running in browser

$ ionic serve

Running on Android

$ cordova platform add android
$ cordova run android --device

Running on Windows

$ npm run pack:win

About

Ionic 3 full authentication system with Angular 4 reactive forms and Firebase

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published