A real-world mobile app implementation inspired by the movie Your Name.
$ npm install -g ionic cordova
$ git clone https://github.com/YourName-App/MyDiary.git
$ cd MyDiary
$ npm install && ionic state restore
// AF2 Settings
export const firebaseConfig = {
apiKey: "",
authDomain: "",
databaseURL: "",
storageBucket: "",
messagingSenderId: ""
};
$ ionic serve