add optional uid parameter to createUserWithEmailAndPassword #6471
-
just wondering whether it is possible to add an optional uid parameter to createUserWithEmailAndPassword method? Is that a limitation of this package or Firebase? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey there! Sorry for the delay, I'm still catching up from a bunch of summer travel. So in this case we have this API which does not allow for an optional uid parameter: https://firebase.google.com/docs/reference/js/v8/firebase.auth.Auth#createuserwithemailandpassword and at the native level:
So it's not possible |
Beta Was this translation helpful? Give feedback.
Hey there! Sorry for the delay, I'm still catching up from a bunch of summer travel.
We stick with the firebase-js-sdk APIs where ever they exist, and we implement what is possible with the firebase-android-sdk and firebase-ios-sdk APIs that we use at the native level
So in this case we have this API which does not allow for an optional uid parameter: https://firebase.google.com/docs/reference/js/v8/firebase.auth.Auth#createuserwithemailandpassword
and at the native level: