Skip to content

Commit e7cf064

Browse files
committed
Merge branch 'version-10.0.0-beta01' of https://github.com/firebase/FirebaseUI-Android into version-10.0.0-beta01
2 parents 27f2eb7 + 25b739c commit e7cf064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/firebaseui/android/demo/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import com.google.firebase.FirebaseApp
3636
*/
3737
class MainActivity : ComponentActivity() {
3838
companion object {
39-
private const val USE_AUTH_EMULATOR = true
39+
private const val USE_AUTH_EMULATOR = false
4040
private const val AUTH_EMULATOR_HOST = "10.0.2.2"
4141
private const val AUTH_EMULATOR_PORT = 9099
4242
}

0 commit comments

Comments
 (0)