MAUI App with Google-Login

Andreas Mahub 20 Reputation points
2024-12-05T13:36:53.7433333+00:00

Hi,

i try since one week to add a function for app-users, to login or register with Google and so on.

At this time, i would use firebase. But only "With Email and Password" have work for me.

Can anyone show me please, how can i make a simple MAUI-App with login with Google?

Thank you
Andy

Developer technologies | .NET | .NET MAUI
Microsoft Security | Microsoft Authenticator
Developer technologies | .NET | Other
{count} votes

2 answers

Sort by: Most helpful
  1. Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 50,126 Reputation points Microsoft External Staff
    2024-12-06T02:27:32.2+00:00

    Hello,

    In Maui you can use the official WebAuthenticator feature to log in with external accounts. Please refer to the following document.

    Best Regards,

    Alec Liu.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. Bruce (SqlWork.com) 77,926 Reputation points Volunteer Moderator
    2024-12-31T17:22:22.3233333+00:00

    You can try WindowsAppSdk 1.7 prerelease

    https://www.nuget.org/packages/Microsoft.WindowsAppSDK/1.7.241114004-experimental1

    note: I’d port the mobile apps to Maui and only keep the Windows version on Xamarin. When the mobile o/s require new toolchains to sign, you will no longer be able to deploy updates to the stores

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.