File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
auth/src/main/java/com/firebase/ui/auth/data/remote Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 3535import com .google .firebase .auth .FirebaseAuthInvalidUserException ;
3636import com .google .firebase .auth .GoogleAuthProvider ;
3737import com .google .firebase .auth .PhoneAuthProvider ;
38-
39- // Minimal changes: import new API classes
4038import com .google .android .gms .auth .api .identity .BeginSignInRequest ;
4139import com .google .android .gms .auth .api .identity .SignInClient ;
4240import com .google .android .gms .auth .api .identity .SignInCredential ;
@@ -90,7 +88,6 @@ public void start() {
9088 if (getArguments ().enableCredentials && willRequestCredentials ) {
9189 setResult (Resource .forLoading ());
9290
93- // Minimal change: use new SignInClient with BeginSignInRequest.
9491 SignInClient signInClient = Identity .getSignInClient (getApplication ());
9592 BeginSignInRequest .Builder requestBuilder = BeginSignInRequest .builder ();
9693 if (supportPasswords ) {
You can’t perform that action at this time.
0 commit comments