README.md
This is the prototype app for the Ionic / Firebase your upcoming project.
This starter app uses the following:
- Ionic v3.x
- Firebase v5.x
- Angular v5
Clone a repository using git clone
$ git clone https://github.com/rushint/railapp-login-prototype.git
$ npm installThen install angularfire2 and firebase using Below Command
$ npm install firebase@4.6.0 --save
$ npm install angularfire2@5.0.0-rc.3 --save
Then create and provide your own Firebase credentials in the app.module.ts file
export const firebaseConfig = {
apiKey: "your-api-key",
authDomain: "your-auth.domain",
databaseURL: "https://database.url.firebaseio.com",
projectId: "your-project-id",
storageBucket: "your-storage-bucket.appspot.com",
messagingSenderId: "123456789098"
};
Then run the project
$ ionic serve