Firebase Config File Error

Hello Friends, I am Having this message While i try to compile my Apk.

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.

Here is the AiA file Link MusicHelps.aia - Google Drive
Please help

1 Like

Welcome to our community.

You can find tons of solution regarding the same topic in our community,

anyway firebase url is missing in your google-service.json

1 Like

Thanks But how can i solve it please tell me

1 Like

please do a search before making topic there are lot of topics on the same question - Search results for 'firebase config error' - Kodular Community

1 Like

download your google-services.json file, open with text editor, add your firebase url like this

{
“project_info”: {
“project_number”: “704257846608”,
"firebase_url": "<your fburl goeshere>,
“project_id”: “abc-123-238702”,

Add exactly between project info and project id, save it, upload the latest google-service.json without changing any name of the file to your asset and try

1 Like

Where did i get this URL?:pensive::pensive:

1 Like

click here,

https://console.firebase.google.com/project/

Click on the project, click on realtime database as shown in the picture you will get it…

Screenshot_3

1 Like

Yes it Worked Properly

THANKS FOR SOLUTION

1 Like

Is this solution for your query??? :thinking:

1 Like

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