How to implement firebase authentication in .NET Maui | login flow

Поделиться
HTML-код
  • Опубликовано: 24 дек 2024

Комментарии • 23

  • @rockywharfplays9799
    @rockywharfplays9799 Месяц назад

    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
      @dotnetrealworldexample  Месяц назад

      I think it's not proper register. Can you share resolve di code .

    • @rockywharfplays9799
      @rockywharfplays9799 20 дней назад

      @@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?

    • @dotnetrealworldexample
      @dotnetrealworldexample  20 дней назад

      That is in my queue I will create that session. Till now use the send email method.

  • @diegoquito3264
    @diegoquito3264 Месяц назад

    Hello great content, How to implement SendEmailVerificationAsync

    • @dotnetrealworldexample
      @dotnetrealworldexample  Месяц назад

      There are a method we have to use and follow document once I will get change I will create a session for this.

    • @diegoquito3264
      @diegoquito3264 Месяц назад

      ​@@dotnetrealworldexample Thank you very much, for now, could you tell me what the method is?

    • @dotnetrealworldexample
      @dotnetrealworldexample  Месяц назад

      I will create a separate session. Meanwhile you can try to use that methods and pass to all parameter.

  • @MichaelBrownPlus
    @MichaelBrownPlus 4 месяца назад

    I don't see the repo in GitHub. Can you post please?

  • @kaligulah00000
    @kaligulah00000 3 месяца назад +1

    Great content! Could you make a video with Google authentification in .net Maui please?

    • @dotnetrealworldexample
      @dotnetrealworldexample  3 месяца назад

      Sure , Please share in your social network that would be help for me and other.

    • @kaligulah00000
      @kaligulah00000 3 месяца назад

      @@dotnetrealworldexample I,ll do it!

  • @danferhabedlopez7464
    @danferhabedlopez7464 5 месяцев назад

    Hi, as always, great tutorial, what about adding MFA using Firebase?

  • @razidawakhana658
    @razidawakhana658 2 месяца назад

    How can user change password?

  • @cissemy
    @cissemy 5 месяцев назад

    Thanks