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 401d96e commit 2e23da5Copy full SHA for 2e23da5
composeapp/src/main/java/com/firebase/composeapp/MainActivity.kt
@@ -55,7 +55,7 @@ class MainActivity : ComponentActivity() {
55
56
FirebaseApp.initializeApp(applicationContext)
57
val authUI = FirebaseAuthUI.getInstance()
58
- // authUI.auth.useEmulator("10.0.2.2", 9099)
+ authUI.auth.useEmulator("10.0.2.2", 9099)
59
60
val configuration = authUIConfiguration {
61
context = applicationContext
0 commit comments