Setup Authentication in .NET MAUI (feat. Firebase Authentication V4)

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ธ.ค. 2024

ความคิดเห็น • 26

  • @LeeandroA
    @LeeandroA 6 หลายเดือนก่อน +3

    Do you have a example for google sign in with .NET MAUI firebase?

  • @elijahromer6544
    @elijahromer6544 5 หลายเดือนก่อน +1

    Please do a followup with the OAuth flows! Thanks!!!! Subscribed

    • @SingletonSean
      @SingletonSean  5 หลายเดือนก่อน

      Definitely, and welcome!!

  • @samanson2001
    @samanson2001 4 หลายเดือนก่อน

    Regarding the UserRepository configuration part. Is the built in FileUserRepository secure like using SecureStorage?

  • @teocerda5367
    @teocerda5367 3 หลายเดือนก่อน

    Same question google sign in with .NET MAUI firebase?

  • @harvb5939
    @harvb5939 8 หลายเดือนก่อน +1

    Sean, great video series, as usual. I notice you have tended towards using Firebase for authentication. May I ask if you are intending to produce a video which uses Windows authentication with .net Maui? And maybe authorisation too? Thanks for all the great content.

    • @SingletonSean
      @SingletonSean  8 หลายเดือนก่อน +1

      Good question! I haven't touched Windows Authentication much in the past 5 years. It would be interesting to try this out, especially for apps that don't need to interact with any external servers anyways. It might be tricky with .NET MAUI since it's cross platform, but I'll have to play around with it!

    • @harvb5939
      @harvb5939 8 หลายเดือนก่อน

      Okay, thanks Sean

    • @jirinovotny9704
      @jirinovotny9704 6 หลายเดือนก่อน

      @harvb5939: I worked on a project that integrated the MSAL library into a WPF app. I did not have much experience with Windows Authentication in WPF prior to that and as an inspiration, I used the outcome of the WPF Template Studio that you can install as an extension to VS 2022. I definitely was of great help. There is also a Template Studio extension for WinUI 3 which might use a similar approach to what you may need in your MAUI project.
      I quickly looked on the internet and found a VS extension called MAUI App Accelerator. I have not used it yet, nor know if it can scaffold authentication/authorization code for you. People seem to like it. Give it a try.

  • @muhammedaligurdal9918
    @muhammedaligurdal9918 3 หลายเดือนก่อน

    Gmail, Facebook example ? Excellent information indeed. Are there any examples for Google and Facebook?

  • @kaligulah00000
    @kaligulah00000 2 หลายเดือนก่อน

    Could you make a video with Google logging, please?

  • @madakajinkay591
    @madakajinkay591 2 หลายเดือนก่อน

    Please Can you make a video about how integret Profil picture in authentication with FireBasse in .net maui

  • @albertostring
    @albertostring 4 หลายเดือนก่อน

    How can we use firestore firestore on maui

  • @xtr4zy
    @xtr4zy 4 หลายเดือนก่อน

    Can this also be applied to WPF application?

  • @danferhabedlopez7464
    @danferhabedlopez7464 8 หลายเดือนก่อน

    Great channel and lots of useful information, I think looking at integrating other providers like Google and Apple from Firebase aut. into Net Maui would be very useful, so please if you can add that, it will be great

    • @SingletonSean
      @SingletonSean  8 หลายเดือนก่อน

      Definitely! It looks like the samples show off those different OAuth providers, so we'll have to look into that: github.com/step-up-labs/firebase-authentication-dotnet?tab=readme-ov-file#samples

    • @danferhabedlopez7464
      @danferhabedlopez7464 7 หลายเดือนก่อน

      @@SingletonSean Hi, added comments at Discord

  • @MindMapperAI-fh2qw
    @MindMapperAI-fh2qw 4 หลายเดือนก่อน

    no verification of the email ? eish, risky!

  • @elijahromer6544
    @elijahromer6544 5 หลายเดือนก่อน

    Does this work with Android and iOS?

    • @SingletonSean
      @SingletonSean  5 หลายเดือนก่อน

      I haven't tried, but I think it will. Might have to bring in the FirebaseAuthentication.Maui package for this functionality. I'm honestly not sure - will have to explore this!

    • @HagosAbdallah
      @HagosAbdallah 5 หลายเดือนก่อน

      I tried something similar, deploying on android emulator the {Credential = credential} aspect showed, "children could not be evaluated".. I followed due process of inserting the json file inside the android.resources.blabla.. but still

  • @AlfredoUtreras
    @AlfredoUtreras 6 หลายเดือนก่อน +1

    I love U

  • @randypenajimenez3893
    @randypenajimenez3893 6 หลายเดือนก่อน

    What are your thoughts on .NET MAUI?