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 698f4d7 commit a1ca426Copy full SHA for a1ca426
src/main/java/com/google/firebase/auth/FirebaseAuth.kt
@@ -292,6 +292,9 @@ class FirebaseAuth constructor(
292
}
293
294
companion object {
295
+ @JvmStatic
296
+ fun getInstance(): FirebaseAuth = getInstance(FirebaseApp.getInstance())
297
+
298
@JvmStatic
299
fun getInstance(app: FirebaseApp): FirebaseAuth = app.get(FirebaseAuth::class.java)
300
0 commit comments