When export my app appear something went wrong! Firebase config file error

this message appear and i did everything but didn’t export 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.
.

Check your json file name. It should be ‘google-services.json’ only. No other characters or symbols.

1 Like

Search the community for Firebase config file error.
Taifun

1 Like

Remove or delete the FB components from the screen. This happens probably when you don’t use FB components through that perticular screen, but you have placed it.

One more suggestion…:- do not use the components which oare not in need… Once you place it, use it…

1 Like