toggle menu
Firebase Kotlin SDK
2.1.0
android
common
ios
js
jvm
switch theme
search in API
firebase-auth
/
dev.gitlive.firebase.auth
/
FirebaseAuthEmailException
Firebase
Auth
Email
Exception
android
common
ios
js
jvm
actual
typealias
FirebaseAuthEmailException
=
com.google.firebase.auth.FirebaseAuthEmailException
(
source
)
expect
class
FirebaseAuthEmailException
:
FirebaseAuthException
(
source
)
actual
open
class
FirebaseAuthEmailException
:
FirebaseAuthException
(
source
)
actual
open
class
FirebaseAuthEmailException
:
FirebaseAuthException
(
source
)
actual
typealias
FirebaseAuthEmailException
=
com.google.firebase.auth.FirebaseAuthEmailException
Members
Constructors
Firebase
Auth
Email
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