We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9abf3d1 commit 25b739cCopy full SHA for 25b739c
app/src/main/java/com/firebaseui/android/demo/MainActivity.kt
@@ -36,7 +36,7 @@ import com.google.firebase.FirebaseApp
36
*/
37
class MainActivity : ComponentActivity() {
38
companion object {
39
- private const val USE_AUTH_EMULATOR = true
+ private const val USE_AUTH_EMULATOR = false
40
private const val AUTH_EMULATOR_HOST = "10.0.2.2"
41
private const val AUTH_EMULATOR_PORT = 9099
42
}
0 commit comments