Kodular is unable to compile this project. Firebase config file 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.

no image
one screen

Plenty of solved topics available in community

see here for more

1 Like

Hi :+1:
Again :
Did You check in comunnity :mag: ?
Again:
There are many examples here in comunnity about This subject :mag:
Again:
Doing research is part of learning.

Hugs

2 Likes

I removed private infos. Since you are using firebase authentication

  1. Make sure that google-services.json is in assets.
  2. Make sure it doesn’t have a number, like google-services(1).json.
  3. The package name of your app, and the package name you provided to firebase to download “google-services.json” MUST be the same
  4. and finally check if firebase url is missing from json
2 Likes

Thank you for protecting personal information

1 Like

Thank you for your help. You are an amazing team. I consider you like my brothers. Thank you
The problem was in the package name in the project that differs from the one in firebase json.

2 Likes

Did you read the link which i added next to your topic?

1 Like

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