Open thegrxp opened 2 years ago
FirebaseAuth.setLanguageCode
has been implemented.
Any plans for implementing
FirebaseAuth.signInWithPhoneNumber ?
Thanks :)
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.
Hello,
Do you plan to implement some missing functionnalities of Firebase Auth? I'm especially in need of these two:
Thanks a lot for your amazing work!