First up, Merry Christmas everyone.
I’m building an app that needs to run on Web, Android and iOS. This is a mapping app using Google Maps.
I’m hoping to write it most of it in Blazor using a Blazor Class Library hybrid design with Maui like this: https://github.com/dotnet/blazor-samples/tree/main/9.0/MauiBlazorWeb
I also want to use Entra ID so that users can sign in with Google, Facebook etc. Like this: https://github.com/dotnet/blazor-samples/tree/main/9.0/MauiBlazorWeb
I’ve been trying for a long time to put all this together. I really need a simple example that puts these two samples together. I would really appreciate any advice you can offer. I don’t want to spend weeks down a dead-end.