Skip to content

Commit

Permalink
Merge cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-kew committed Aug 29, 2024
1 parent 60e42c0 commit b566e31
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ public actual class FirebaseAuth internal constructor(internal val ios: FIRAuth)

public actual fun useEmulator(host: String, port: Int): Unit = ios.useEmulatorWithHost(host, port.toLong())
}

public val AuthResult.ios: FIRAuthDataResult get() = ios

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

0 comments on commit b566e31

Please sign in to comment.