Update documentation on user authentication & creation #530
rizkysyazuli
started this conversation in
Ideas
Replies: 1 comment
-
Why not make a pull request to fix this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just spent some time scratching my head wondering why i can't create new user account.
I'm using emberfire (and firebase) for the first time. After seeing the docs on authentication, i was under the assumption that using the password provider would also create a new user account when none user exists in the database. I was wrong..
I only found out later on after reading the migration guide and seeing this piece of code.
Seriously, the migration guide is likely the last thing a new user would look. Especially when you already put a compatibility table over there.
Plus, the response data doesn't contain a
uid
. What i got waslocalId
.Beta Was this translation helpful? Give feedback.
All reactions