Anar
(Anar)
March 26, 2022, 9:32am
#1
Hello. When I export the application I have made, I get an error warning from firebase, I opened the json file, there is no problem in the firebase url in the place of the blocks, but I get an error warning, I deleted the json file and added it again, it still did not work.
Please read this and then edit your question following these tips.
Asking questions
To improve the chance of getting help on the forum please follow these recommendations when posting a question:
Do your homework first
Search for similar questions/answers on the forum. Try forum search and also Google your problem.
Try to solve the problem yourself, and describe what you have tried. It is much more rewarding to help someone who has tried himself first.
Post in the right categorie, post only once and do not steal topics
Make sure that you post your question …
dora_paz
(Dora)
March 26, 2022, 9:53am
#4
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
To be honest I have no knowledge of Firebase.
But by looking at one of the json files that were lying around here on my PC, I saw that one line was missing in both cases
"firebase_url": "https://your-projekt-id.firebaseio.com",
if it is the right/correct one I have no idea…
"project_info": {
"project_number": "123456789",
"firebase_url": "https://your-projekt-id.firebaseio.com",
"project_id": "your-projekt-id",
"storage_bucket": "your-projekt-id.appspot.com"
system
(system)
Closed
July 20, 2022, 2:09am
#5
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.