Skip to content

Commit 97a9b08

Browse files
committed
clean
1 parent 134270d commit 97a9b08

File tree

2 files changed

+201
-156
lines changed

2 files changed

+201
-156
lines changed

auth/src/main/java/com/firebase/ui/auth/compose/FirebaseAuthUI.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class FirebaseAuthUI private constructor(
6161
private val instanceCache = ConcurrentHashMap<String, FirebaseAuthUI>()
6262

6363
/** Special key for the default app instance to distinguish from named instances. */
64-
private const val DEFAULT_APP_KEY = "[DEFAULT]"
64+
private const val DEFAULT_APP_KEY = "__FIREBASE_UI_DEFAULT__"
6565

6666
/**
6767
* Returns a cached singleton instance for the default Firebase app.

0 commit comments

Comments
 (0)