Firebase google-service.json

1
We have this issue when building native app trying to upload the google-services.json file: “The configuration does not include configurations for the following indentifiers: com.myapp.mobile” Any idea?   Thank you    
asked
1 answers
0

You must match your app id “com.yourapp.mobile” with application Id in “google-service.json” file.

For example if your application id is “com.amazingapp.mobile” you must create in firebase the “google-service.json” of the application with id “com.amazingapp.mobile” 

answered