This is a prototype created by Shardav Lad, student of Manipal University Jaipur, for an online food ordering system for the hostel premises.
-
To run the app first create a Firebase app and enable Firestore.
-
Open up your terminal and type:
keytool -list -v --alias androiddebugkey -keystore %USERPROFILE%\.android\debug.keystore
keytool -list -v --alias androiddebugkey -keystore ~/.android/debug.keystore
Then copy the SHA1 fingerprint
-
In the project settings for your firebase app, scroll down and add the SHA1 fingerprint to your project.
-
Download the google-services.json file and save it in the $PROJECT_DIR/app/ folder.
-
Run the debug build.