Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[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

Comments

@sunildhiman90
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant