Error in Firebase Authentication

I am creating login system in my app using firebase authentication . I got error when exporting app. I have already uploaded google-services.json file in assets folder. I am getting this 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.
. How to solve it ?

Have you added the google-services.json in your assets without changing its name, if yes then you can see here:

And please search the community next time, as it was asked many times before :slightly_smiling_face:

2 Likes

Thank you @Mohamed_Tamer , my problem is solved now , i followed the guide by @Boban . One line “firebase_url” is missing from json file . I added that and it worked

Pls mark his post as solution, there by it will be very helpful in the future for those who are looking for the same help.

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