user15603941
user15603941

Reputation:

Flutter Notifications with Firebase Cloud Messaging

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

Answers (2)

Shane Mkhize
Shane Mkhize

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

keepant
keepant

Reputation: 316

you don't need to overwrite the google-service.json since it use the same firebase project.

Upvotes: 1

Related Questions