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:
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?
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