appsup-dart / firebase_dart

A pure Dart implementation of the Firebase client
Other
91 stars 30 forks source link

Implementation of Firebase Auth missing functionnalities #20

Open thegrxp opened 2 years ago

thegrxp commented 2 years ago

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 commented 2 years ago

FirebaseAuth.setLanguageCode has been implemented.

tarang1998 commented 1 year ago

Any plans for implementing

FirebaseAuth.signInWithPhoneNumber ?

Thanks :)

rbellens commented 1 year ago

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.