flutter_firebase_phone_auth_riverpod icon indicating copy to clipboard operation
flutter_firebase_phone_auth_riverpod copied to clipboard

Flutter example project using Firebase Phone Authentication and Riverpod for state management

Results 4 flutter_firebase_phone_auth_riverpod issues
Sort by recently updated
recently updated
newest added

Hi there, great work with this riverpod phone auth example, thank you for that :) There is a problem though. I am using latest version of Flutter SDK and this...

This PR is a general upgrade of the project libraries for 2022-07.

I have this 2 methods in flutter for firebase phone authentication: Future verifyPhone(Function() completion) async { _logger.i("start verifyPhone"); await _firebaseAuth.verifyPhoneNumber( phoneNumber: _phoneNumber?['e164'], verificationCompleted: (AuthCredential credential) async { _logger.i("verifyPhone completed"); await...