Skip to content
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

Implementation of Firebase Auth missing functionnalities #20

Open
thegrxp opened this issue Dec 14, 2021 · 3 comments
Open

Implementation of Firebase Auth missing functionnalities #20

thegrxp opened this issue Dec 14, 2021 · 3 comments

Comments

@thegrxp
Copy link

thegrxp commented Dec 14, 2021

Hello,

Do you plan to implement some missing functionnalities of Firebase Auth?
I'm especially in need of these two:

FirebaseAuth.setLanguageCode
User.reauthenticateWithCredential

Thanks a lot for your amazing work!

@rbellens
Copy link
Collaborator

FirebaseAuth.setLanguageCode has been implemented.

@tarang1998
Copy link

Any plans for implementing

FirebaseAuth.signInWithPhoneNumber ?

Thanks :)

@rbellens
Copy link
Collaborator

Hi @tarang1998,

This is already implemented. It is available in the latest prerelease version 1.1.0-dev.8.

I use multi factor authentication with sms in a production app. This mostly uses the same code as single factor phone number authentication, so that should also work although I didn't yet test that as exhaustively. Let me know if you find any issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants