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

Create Email and Password issue in .Net MAUI #206

Open
L10Messi10 opened this issue Sep 1, 2023 · 0 comments
Open

Create Email and Password issue in .Net MAUI #206

L10Messi10 opened this issue Sep 1, 2023 · 0 comments

Comments

@L10Messi10
Copy link

L10Messi10 commented Sep 1, 2023

Tell me what I'm doing wrong? This code returns "_authClient" as null. P.S I already registered the Api Key and the Domain on my Mauiprogram.cs. Also, the entries I've used to this is not empty. I'm confused why it returns null since it's just adding email to the Firebase Authentication.

try { await _autClient.CreateUserWithEmailAndPasswordAsync(entryEmail.Text, entryPassword.Text); var toast = Toast.Make("Success"); await toast.Show(); } catch (Exception exception) { var toast = Toast.Make(exception.Message); await toast.Show(); }

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