arafaysaleem / message_app

A Flutter messaging app with firebase backend
MIT License
53 stars 22 forks source link

messanger_app #3

Closed subrata48 closed 3 years ago

subrata48 commented 3 years ago

hi, this is subrata.I am doing a messenger app in flutter .I have seen your messenger app it is very impressive and also i have downloaded the source code but google.json file is missing can u r help me to on this.

arafaysaleem commented 3 years ago

Hey, google-services.json is a user specific file and isn't supposed to be shared publicly.

The obvious solution is to generate your own google-services.json file. You can do so by creating a new project on firebase and following the android guide.

arafaysaleem commented 3 years ago

Closing due to inactivity