-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with auth user creation #17
Comments
@kuromiichi sounds like a small typo could be the reason for this. I've made a small example of using Firebase Auth via GitLive's Firebase SDK with iOS and Android. You could use this as a starter template or just to compare notes. Does it help to solve your problem? |
It's not implemented as stated in the readme, but it's probably fairly easy to add if you want to submit a PR you can look at the implementation of signInUserWithEmailAndPassword and the API docs for the FirebaseAuth REST API |
So, no way to create user on JVM right now? |
Not until someone who needs the functionality creates a PR to add it. It's not particularly difficult to do, perhaps you would like to contribute? |
I am trying to use auth.createUserWithEmailAndPassword() in my common code and everything seems fine, but when I call the method I get this error:
I am targeting Android and JVM. I hoped sign in and user creation would be implemented, is it not the case?
The text was updated successfully, but these errors were encountered: