I am getting this error when I compile the app! Firebase config file error

Hi everyone! I am getting this error. Who can help me?

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 you searched the community ? most probably this error happned becuase you didn’t add google-servies.json file into your assets, or added it with other name like : google-services (1).json

No, I am already added google-services.json file.

1 Like

Well, the error says that, can you please show your assets , with your google-services.json included.

1 Like

Excuse me, it’s my fault. The package name in Firebase and the package name in the application did not match.

2 Likes

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