项目作者: razvantomegea

项目描述 :
Ionic 3 full authentication system with Angular 4 reactive forms and Firebase
高级语言: TypeScript
项目地址: git://github.com/razvantomegea/ionic-angular-firebase-authentication.git


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

  1. $ ionic serve

Running on Android

  1. $ cordova platform add android
  2. $ cordova run android --device

Running on Windows

  1. $ npm run pack:win