SendAuthenticationFirebaseSms constructor

SendAuthenticationFirebaseSms(
  1. {required String token,
  2. int? extra,
  3. int? clientId}
)

Sends Firebase Authentication SMS to the phone number of the user. Works only when the current authorization state is authorizationStateWaitCode and the server returned code of the type authenticationCodeTypeFirebaseAndroid or authenticationCodeTypeFirebaseIos

Returns Ok

Implementation

SendAuthenticationFirebaseSms