Whenever I try to connect my firebase to my .net maui application, I receive a: System.NullReferenceException: 'Object reference not set to an instance of an object.' _authClient was null. Specifically the login and signup parts. Do you have any ideas what might be causing my error? Any resources would be helpful.
@@dotnetrealworldexample I was able to fix the issue. Had some code in the wrong place. Do you have any information on how to send a verification email though?
Whenever I try to connect my firebase to my .net maui application, I receive a: System.NullReferenceException: 'Object reference not set to an instance of an object.'
_authClient was null.
Specifically the login and signup parts.
Do you have any ideas what might be causing my error? Any resources would be helpful.
I think it's not proper register. Can you share resolve di code .
@@dotnetrealworldexample I was able to fix the issue. Had some code in the wrong place. Do you have any information on how to send a verification email though?
That is in my queue I will create that session. Till now use the send email method.
Hello great content, How to implement SendEmailVerificationAsync
There are a method we have to use and follow document once I will get change I will create a session for this.
@@dotnetrealworldexample Thank you very much, for now, could you tell me what the method is?
I will create a separate session. Meanwhile you can try to use that methods and pass to all parameter.
I don't see the repo in GitHub. Can you post please?
Join my linkdin I will share by there
@@dotnetrealworldexample done
@@dotnetrealworldexample Thank you
Great content! Could you make a video with Google authentification in .net Maui please?
Sure , Please share in your social network that would be help for me and other.
@@dotnetrealworldexample I,ll do it!
Hi, as always, great tutorial, what about adding MFA using Firebase?
Mfa?
@@dotnetrealworldexample multi factor authentication
@@dotnetrealworldexample Multi Factor Authentication, taking advantage of that kind of functionality provided by Firebase
I will create session for that as wekl
How can user change password?
Check this session.
ruclips.net/video/YDhRoGFIDVc/видео.html
Thanks