Firebase Config File Error

I have already searched 100’s of post but i dont get the solution :-

I get an error When I gernate thw APK:-
the error :-
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.
.

My AiA :-
MedicData (1).aia (494.1 KB)

Thank you in Advanced :pray: :pray:

How about adding your package name to project settings

Refer this one App compiling error - Firebase config file error - #9 by Still-learning
and this one Common causes for Firebase :firebase: config file error ⚠

I did it:-
but issue still presits.

My updated AIA:-
MedicData (2).aia (494.1 KB)

It’s case-sensitive

should be
com.veddevs.medicdate

and not
com.veddevs.MedicDate

1 Like