Firebase config error

I always get this message when i export my project and I do not know what should I do
Kodular is unable to compile this project.
The compiler error output was
________Preparing application icon
________Creating animation xml
________Creating fragment xml
________Creating listview xml in res/layout/…
________Creating listview xml in res/layout-v21/…
________Creating xml in res/drawable/…
________Creating splash png in res/drawable/…
________Creating colors xml
________Creating styles xml
________Creating drawables xml v21
________Checking for firebase
________________Firebase components found.
________________Firebase config file error.

Have a look at

1 Like

Pls check you have uploaded google-services.json file with correct name also it is contains firbase url

1 Like

my json file name is correct

Again check one by one

  1. Make sure that google-services.json is in assets.
  2. Make sure it doesn’t have a number, like google-services(1).json.
  3. The package name of your app, and the package name you provided to firebase to download “google-services.json” MUST be the same
  4. and finally check if firebase url is missing from json

Sorry, I’m still a beginner, where can I see my package name?

Use this site to view your googleservices.json file to check whether firebase url is there or not ?

https://jsoneditoronline.org/#

If you wish post here your aia to check it

I will try this method first, my package name is still not the same as the project name in my firebase. so i will try to create a new firebase

1 Like

where can i see my firebase url?

Go to firebase console, choose your project, realtime database

I use to check it from here :point_up_2: may be there are other alternatives !!

Upload your googleservices.json file here and it should be in the below format

thank you all, my project can be exported to apk. My problem is naming a project that is not the same as firebase

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.