what’s the problem
already plenty of solved topics regarding this is available. If possible spend some time in searching without waiting for someone to answer
Since you are using firebase authentication
- Make sure that google-services.json is in assets.
- Make sure it doesn’t have a number, like google-services(1).json.
- The package name of your app, and the package name you provided to firebase to download “google-services.json” MUST be the same
- and finally check if firebase url is missing from json
thank you so much. I skipped the package
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.