Firebase Authentication problem

dear kodular team please check I can’t able to export my project with Firebase Authentication component if i remove this component thane my app is working good please help me… :slight_smile:

I think you have not uploaded the google-service.json file in your assest look here

no already putted json file in assets area

i am tried by creating other app still I getting this error “Something went wrong!”

Click on the log error and post here…

Is your Firebase block correctly fit? If you assigned any empty firebase block also it will gives you the problem

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 also if the following line is missing from your json

"firebase_url": "https://your-projekt-id.firebaseio.com"

See here

1 Like

May you please give us a screenshot of your assests
Problem may in your file name

Your assest should contain the file named as google-services.json

Apart from this, if you have uploaded assest with any other name then you will get above error only

Wrong formats:

google-services(1).json

google-services(2).json

Ansd so on…

1 Like

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