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
val validLink ="http://localhost:9099/emulator/action?mode=signIn&lang=en&oobCode=_vr0QcFcxcVeLZbrcU-GpTaZiuxlHquqdC8MSy0YM_vzWCTAQgV9Jq&apiKey=fake-api-key&continueUrl=https%3A%2F%2Fexample.com%2Fsignin"
@@ -127,21 +143,6 @@ class FirebaseAuthTest {
127
143
assertEquals("password", credential.providerId)
128
144
}
129
145
130
-
@Test
131
-
funtestAuthResultStructure() = runTest {
132
-
val uid = getTestUid("test@test.com", "test123")
133
-
val result = auth.signInWithEmailAndPassword("test@test.com", "test123")
134
-
assertNotNull(result.user, "User does not exist.")
135
-
assertEquals(uid, result.user!!.uid, "uid does not match.")
0 commit comments