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 134270d commit 97a9b08Copy full SHA for 97a9b08
auth/src/main/java/com/firebase/ui/auth/compose/FirebaseAuthUI.kt
@@ -61,7 +61,7 @@ class FirebaseAuthUI private constructor(
61
private val instanceCache = ConcurrentHashMap<String, FirebaseAuthUI>()
62
63
/** Special key for the default app instance to distinguish from named instances. */
64
- private const val DEFAULT_APP_KEY = "[DEFAULT]"
+ private const val DEFAULT_APP_KEY = "__FIREBASE_UI_DEFAULT__"
65
66
/**
67
* Returns a cached singleton instance for the default Firebase app.
0 commit comments