Android Question Firebase error

interlnk

Member
Licensed User
When I compile the code of an app with Firebase I get the following error:

Parseando código. (0.01s)
Compilando código Error
Error parseando google-services.json:
Error parseando un fichero JSON. Asegurese de que el nombre de paquete es correcto.

What produces the error is the following line of the Manifest:

CreateResourceFromFile ("google-services", "google-services.json")

What's wrong?
 

DonManfred

Expert
Licensed User
Longtime User
But the jsonfile does not contain the packagename of your app it seems.
Did you created a new project in firebase and downloaded the new json-file containing this project?
 
Upvote 0

interlnk

Member
Licensed User
Yes I did. The problem, maybe, is the packagename of my app.
If the package name does not contain a dot, I can't create it in the Google firebase console. So, the package name is com.firebase.android. My b4a filename is the same
 

Attachments

  • Presentación1.jpg
    Presentación1.jpg
    79.6 KB · Views: 165
Last edited:
Upvote 0
Top