Skip to content

Commit b566e31

Browse files
committed
Merge cleanup
1 parent 60e42c0 commit b566e31

File tree

1 file changed

+1
-0
lines changed
  • firebase-auth/src/iosMain/kotlin/dev/gitlive/firebase/auth

1 file changed

+1
-0
lines changed

firebase-auth/src/iosMain/kotlin/dev/gitlive/firebase/auth/auth.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ public actual class FirebaseAuth internal constructor(internal val ios: FIRAuth)
105105

106106
public actual fun useEmulator(host: String, port: Int): Unit = ios.useEmulatorWithHost(host, port.toLong())
107107
}
108+
108109
public val AuthResult.ios: FIRAuthDataResult get() = ios
109110

110111
public actual class AuthResult(internal val ios: FIRAuthDataResult) {

0 commit comments

Comments
 (0)