Welcome to FirebaseUI and thanks for submitting an issue!
Please take a look at open issues, as well as resolved issues, to see if your issue is either already being addressed, or has been solved by someone else.
If not, please feel free to fill in the following info so we can help faster!
Step 1: Are you in the right place?
Yes
Step 2: Describe your environment
Android device: Any
Android OS version: Any
Google Play Services version: Any
Firebase/Play Services SDK version: Any
FirebaseUI version: Any
Step 3: Describe the problem:
Steps to reproduce:
Integrate Firebase Auth UI
Use Phone Auth as the only provider
Sign in Phone Auth
Observed Results:
Instead of signing in which returns a null AuthCredential is there a way for us to get Phone Auth Credential only and not performing sign in?
Expected Results:
Add a flag whether Phone Auth will sign in or just get the AuthCredential that can be use for linking.
Welcome to FirebaseUI and thanks for submitting an issue!
Please take a look at open issues, as well as resolved issues, to see if your issue is either already being addressed, or has been solved by someone else.
If not, please feel free to fill in the following info so we can help faster!
Step 1: Are you in the right place?
Yes
Step 2: Describe your environment
Step 3: Describe the problem:
Steps to reproduce:
Observed Results:
Instead of signing in which returns a null
AuthCredential
is there a way for us to get Phone Auth Credential only and not performing sign in?Expected Results:
Add a flag whether Phone Auth will sign in or just get the
AuthCredential
that can be use for linking.