- 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.
$ ionic serve
$ cordova platform add android
$ cordova run android --device
$ npm run pack:win