项目作者: razvantomegea
项目描述 :
Ionic 3 full authentication system with Angular 4 reactive forms and Firebase
高级语言: TypeScript
项目地址: git://github.com/razvantomegea/ionic-angular-firebase-authentication.git
Prerequisites
Getting started
- Create a new Firebase project;
- 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
- 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