Forgot password feature bugs - debugging

can you please help me with this buddy

error screenshots???

1 Like

yes buddy …

Everything is correct :+1: :+1:

1 Like

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.

Did u upload the google-service.json file

1 Like

yes but only in the assets folder is it ok ?

1 Like

"firebase_url": "https://your-projekt-id.firebaseio.com",
add the above line to the json file where the finger is shown

“project_info”: {
“project_number”: “123456789”,
“firebase_url”: “https://your-projekt-id.firebaseio.com”, :point_left:
“project_id”: “your-projekt-id”,
“storage_bucket”: “your-projekt-id.appspot.com

even i had the same problem this worked for me

1 Like

Ok i will try and reply

1 Like

Is firebaseio.com a typo error ?
and how can I find my firebase url ?

go to https://console.firebase.google.com/
choose your project
project settings > general
now you can find projectid
copy it and then replase
_________ :point_down:
https://your-projekt-id.firebaseio.com/

past the id instead of your-projekt-id
replace only that nothing else

something wrong with your firebase configuration i think

:sleepy: what can I do now is there any other good alternative for firebase ? that is free and easy to use ?
I could have googled the same but to get results from experience, I need all your help…
Do reply me
Thanks in advance

Did you created project in firebase ?

Yes but I downloaded this file from the internet that means that the app uses the project created by the actual developer in firebase

Most probably the actual developer deleted this project from firebase. Create and use your own

In above image I see that you have a project in firebase since you have access to firebase’s console

Post a screenshot of your firebase

Here you go, but the project that the developer used is different from that of what is shown in screen shot …the name of his project is = com.ots.maxproearn
Screenshot 1


Screenshot 2

The firebase that you are using in your project is https://my-earning-a1337-default-rtdb.firebaseio.com and from the name of it looks like you are trying to make an earning app which is not allowed in Kodular.

Unless you create a new firebase realtime database correctly no one can help you. Follow the guide for beginners and link correcty your database in creator (firebase token, firebase url, project bucket). Once done if you still encounter errors post for help.