firebase_dart icon indicating copy to clipboard operation
firebase_dart copied to clipboard

Implementation of Firebase Auth missing functionnalities

Open thegrxp opened this issue 3 years ago • 3 comments

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!

thegrxp avatar Dec 14 '21 09:12 thegrxp

FirebaseAuth.setLanguageCode has been implemented.

rbellens avatar Aug 18 '22 14:08 rbellens

Any plans for implementing

FirebaseAuth.signInWithPhoneNumber ?

Thanks :)

tarang1998 avatar Jan 20 '23 12:01 tarang1998

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.

rbellens avatar Jan 20 '23 20:01 rbellens