You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I need to automatically fill phone number from shared pref. to firebase phone ui auth activity.
Is there any way that If I modify this
startActivityForResult(
AuthUI.getInstance().createSignInIntentBuilder().setAvailableProviders(
Arrays.asList(new AuthUI.IdpConfig.Builder(AuthUI.PHONE_VERIFICATION_PROVIDER).build()))
.build(), RC_SIGN_IN);
in such a way that, when verify phone activity gets open, instead of asking for a phone number I should have it from shared pref and user can continue instead of giving phone number again which we have already stored while registration.