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
Copy file name to clipboardExpand all lines: auth/src/test/java/com/firebase/ui/auth/configuration/auth_provider/PhoneAuthProviderFirebaseAuthUITest.kt
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -317,6 +317,7 @@ class PhoneAuthProviderFirebaseAuthUITest {
317
317
}
318
318
319
319
val result = instance.submitVerificationCode(
320
+
applicationContext,
320
321
config = config,
321
322
verificationId ="test-verification-id",
322
323
code ="123456",
@@ -359,6 +360,7 @@ class PhoneAuthProviderFirebaseAuthUITest {
359
360
}
360
361
361
362
val result = instance.signInWithPhoneAuthCredential(
363
+
applicationContext,
362
364
config = config,
363
365
credential = mockCredential
364
366
)
@@ -399,6 +401,7 @@ class PhoneAuthProviderFirebaseAuthUITest {
399
401
}
400
402
401
403
val result = instance.signInWithPhoneAuthCredential(
0 commit comments