A mobile application for discovering, saving, and sharing recipes.
To use this app with Firebase Authentication and Firestore, follow these steps:
- Go to the Firebase Console
- Create a new project
- Add an Android app with package name:
com.kritavya.recipenest - Download the
google-services.jsonfile - Place the file in the
app/directory - The file is ignored by git for security reasons
Note: A dummy app/dummy-google-services.json file is included in the repository for reference. Do not use this for your actual app.