You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Jvm Target]: Exception in thread "AWT-EventQueue-0" kotlin.NotImplementedError: An operation is not implemented. at com.google.firebase.auth.FirebaseUser.getDisplayName(FirebaseUser.kt:12)
#688
Open
sunildhiman90 opened this issue
Dec 20, 2024
· 0 comments
Hi, while using signInWithEmailAndPassword in FirebaseAuth for desktop, we are getting this exception while we are collecting authStateChanged flow and try to access displayName.
Exception in thread "AWT-EventQueue-0" kotlin.NotImplementedError: An operation is not implemented.
at com.google.firebase.auth.FirebaseUser.getDisplayName(FirebaseUser.kt:12)
Can we instead return null values so that it will not throw exception in this case. Also Its throwing same error at email field as well. But if user is logging in with email, then correct email should be returned i guess.
The text was updated successfully, but these errors were encountered:
Hi, while using signInWithEmailAndPassword in FirebaseAuth for desktop, we are getting this exception while we are collecting authStateChanged flow and try to access displayName.
Can we instead return null values so that it will not throw exception in this case. Also Its throwing same error at email field as well. But if user is logging in with email, then correct email should be returned i guess.
The text was updated successfully, but these errors were encountered: