This is starter repo for Ionic 3 Authentication with Firebase 3.
This Project have Reigster page, Forgot password page, Login in, Home page with All check and error message.
1) Download Project
2) npm install
3) ionic serve.
Create your firebase account and create new Project.
Get your newly created firebase project config and update following code in src/app/app.module.ts
export const firebaseConfig = {
apiKey: "<your-key>",
authDomain: "<your-project-authdomain>",
databaseURL: "<your-database-URL>",
storageBucket: "<your-storage-bucket>"
};
cli packages:
@ionic/cli-plugin-ionic-angular : 1.4.0
@ionic/cli-utils : 1.6.0
ionic (Ionic CLI) : 3.6.0
local packages:
@ionic/app-scripts : 2.1.3
Ionic Framework : ionic-angular 3.6.0
System:
Node : v6.9.5
OS : macOS Sierra
Xcode : Xcode 8.3.3 Build version 8E3004b
ios-deploy : 1.9.1
ios-sim : 5.0.8
npm : 3.10.10