Firebase error Compile

Can you help me? 30 minutes ago I compiled without problems and now I can not compile my application. Also, do not modify any block related to Firebase.
What is the problem?

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.
.

1 Like

What did you change? Any extensions that are new? Screen changes?

A change on your end is 99% of the reason, so undo the change and try again

Make sure you have the same package name in the Firebase console as in the creator. Also, you need to upload the latest version of google-services.json file in your assets.

2 Likes

Just look at the error message

2 Likes