Some cut the power

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 strings xml
________Creating styles xml
________Creating drawables xml v21
________Checking for firebase
________________Firebase components found.
________________Firebase config file error.
what is this

As your log shows you have used firebase authentication along with component it requires googls-services json file generated from firebase console.
Either you have not added or using an old file.

1 Like

i have same the problem. I had uploaded the brand new google-services.json file from my firebase console, added the auth component to my app, and when try to compile, i have that error. google-services.json file downloaded twice, just in case file was corrupted.

Any ideas?

Thanx

SOLVED MY CASE:
The problem was that before you download the google-services.json file, you have to add the package name of your app, clicking the blue button “add an app”.

I hope it can be useful for you.

1 Like