You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integrating firebase in Register modal. Problem:
Accoding to Firebase Documentation there should be firebase.default.auth().createuser() available but I am not getting it.
Doesn't look like createUser() method is available for the Web. Is there a difference between Web and Admin section documentation? If yes, what? Let's leave this issue open for further reading.
Integrating firebase in Register modal.
Problem:
Accoding to Firebase Documentation there should be
firebase.default.auth().createuser()
available but I am not getting it.Getting
firebase.default.auth().createUserWithEmailAndPassword()
instead.The text was updated successfully, but these errors were encountered: