Options object for configuring phone validation flows in PhoneAuthProvider.
| class | PhoneAuthOptions.Builder | A Builder class for PhoneAuthOptions. |
|
| static PhoneAuthOptions.Builder |
newBuilder(FirebaseAuth
auth)
Returns a new instance of
PhoneAuthOptions.Builder tied to given instance of FirebaseAuth.
|
| static PhoneAuthOptions.Builder |
newBuilder()
Returns a new instance of
PhoneAuthOptions.Builder tied to the default instance of
FirebaseAuth.
|
Returns a new instance of PhoneAuthOptions.Builder
tied to given instance of FirebaseAuth.
Returns a new instance of PhoneAuthOptions.Builder
tied to the default instance of FirebaseAuth.