We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60e42c0 commit b566e31Copy full SHA for b566e31
firebase-auth/src/iosMain/kotlin/dev/gitlive/firebase/auth/auth.kt
@@ -105,6 +105,7 @@ public actual class FirebaseAuth internal constructor(internal val ios: FIRAuth)
105
106
public actual fun useEmulator(host: String, port: Int): Unit = ios.useEmulatorWithHost(host, port.toLong())
107
}
108
+
109
public val AuthResult.ios: FIRAuthDataResult get() = ios
110
111
public actual class AuthResult(internal val ios: FIRAuthDataResult) {
0 commit comments