Firebase Kotlin SDK
Toggle table of contents
2.2.0
android
common
ios
js
jvm
Platform filter
android
common
ios
js
jvm
Switch theme
Search in API
Firebase Kotlin SDK
firebase-auth
/
dev.gitlive.firebase.auth
/
FirebaseAuthWebException
Firebase
Auth
Web
Exception
android
common
ios
js
jvm
actual
typealias
FirebaseAuthWebException
=
com.google.firebase.auth.FirebaseAuthWebException
(
source
)
expect
class
FirebaseAuthWebException
:
FirebaseAuthException
(
source
)
actual
open
class
FirebaseAuthWebException
:
FirebaseAuthException
(
source
)
actual
open
class
FirebaseAuthWebException
:
FirebaseAuthException
(
source
)
actual
typealias
FirebaseAuthWebException
=
com.google.firebase.auth.FirebaseAuthWebException
Members
Constructors
Firebase
Auth
Web
Exception
Link copied to clipboard
ios
js
constructor
(
message
:
String
)
constructor
(
code
:
String
?
,
cause
:
Throwable
)
Properties
cause
Link copied to clipboard
common
ios
js
open
val
cause
:
Throwable
?
open
val
cause
:
Throwable
?
open
val
cause
:
Throwable
?
message
Link copied to clipboard
common
ios
js
open
val
message
:
String
?
open
val
message
:
String
?
open
val
message
:
String
?
Functions
to
String
Link copied to clipboard
js
open
override
fun
toString
(
)
:
String