I'm a beginner of the Firebase project and have recently tried to create the register/login function in my app. However, a runtime error showed after I scanned the AI Companion.
What should I do?
Here's the blocks of my function, please refer if needed:
TIMAI2
October 17, 2023, 7:12am
2
If using the AI2 Firebase component, your Firebase project needs to be on the us-central server.
I've checked and found that it's already on us-central server, but same runtime error remains.
TIMAI2
October 17, 2023, 8:11am
4
In which case check your firebase url, it should look like this:
https://<yourprojectid>.firebaseio.com/
Hi @KONG_SHIEW_CHEE ,
You can try this extension, should simplify your register/login operation
Hi,
last days I developed a new extension that I want to share with the community.
With FirebaseManager Extension You can:
create a new user with email and password
login with email and password
send an email verification for the new user
send an email to reset the password
get the user data
put data on firebase
patch data on firebase
delete data on firebase
get data on firebase
post files on the storage
delete files inthe storage
[SignInFirebase]
apiKey your apiKey from Firebase
email us…
Best Regards
Marco
1 Like
You can simplify your efforts by using Firebase Auth. It is a better approach than Firebase Database, anyday.