File tree 1 file changed +0
-3
lines changed
auth/src/main/java/com/firebase/ui/auth/data/remote
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 35
35
import com .google .firebase .auth .FirebaseAuthInvalidUserException ;
36
36
import com .google .firebase .auth .GoogleAuthProvider ;
37
37
import com .google .firebase .auth .PhoneAuthProvider ;
38
-
39
- // Minimal changes: import new API classes
40
38
import com .google .android .gms .auth .api .identity .BeginSignInRequest ;
41
39
import com .google .android .gms .auth .api .identity .SignInClient ;
42
40
import com .google .android .gms .auth .api .identity .SignInCredential ;
@@ -90,7 +88,6 @@ public void start() {
90
88
if (getArguments ().enableCredentials && willRequestCredentials ) {
91
89
setResult (Resource .forLoading ());
92
90
93
- // Minimal change: use new SignInClient with BeginSignInRequest.
94
91
SignInClient signInClient = Identity .getSignInClient (getApplication ());
95
92
BeginSignInRequest .Builder requestBuilder = BeginSignInRequest .builder ();
96
93
if (supportPasswords ) {
You can’t perform that action at this time.
0 commit comments