Reputation:
I have a Flutter project where I'm already making use of Firebase & Firestore for database. While setting up those services, there was a file called google-services.json
that had to be downloaded and stored in the project directory.
Upvotes: 0
Views: 97
Reputation: 1
The file you get from setting up FCM is a service account key which should be used for your backend which can be Firebase Functions basically this is used with firebase admin
Upvotes: 0
Reputation: 316
you don't need to overwrite the google-service.json
since it use the same firebase project.
Upvotes: 1