Setting up firebase project
Login to https://console.firebase.google.com with your google account
Create New project
Type your project name & Country
Choose your project & click "Add Firebase to your web app
Copy the configuration code
After creating API key, we need to workout with our project
Configuring with our project
update your Firebase configuration into projectname/src/login.ts
Installing dependencies
npm install --save firebase
npm install --save angularfire2
npm install --save moment
npm install --save ng2-cordova-oauth
npm install @ionic/app-scripts@latest --save-dev