An app for reminding you to take a photo a day to create timelapses and collages.
-
Go to the Firebase Console and sign in with your Google account.
-
Click on the "Add project" button to create a new Firebase project.
-
Add Android/iOS Apps:
Once your project is created, click on the "Add app" button to add your Flutter app to Firebase.
For Android, enter the package name of your Flutter app (usually something like com.example.myapp) and click "Register app."
For iOS, enter the iOS bundle identifier and click "Register app."
-
Download Configuration Files:
For Android: After registering your Android app, you'll be prompted to download the google-services.json file. Download it to your local machine.
For iOS: After registering your iOS app, you'll be prompted to download the GoogleService-Info.plist file. Download it to your local machine.
-
Place Configuration Files Accordingly:
For Android: Move the downloaded google-services.json file into the
android/app/
directory.For iOS: Move the downloaded GoogleService-Info.plist file into the
ios/
directory.
https://stackoverflow.com/questions/39144629/how-to-add-sha-1-to-android-application