mrlacey / MauiAppAccelerator

A Visual Studio extension to accelerate the creation of new .NET MAUI apps.
https://marketplace.visualstudio.com/items?itemName=MattLaceyLtd.MauiAppAccelerator
MIT License
326 stars 10 forks source link

Add Firebase #49

Open eduardoagr opened 5 months ago

eduardoagr commented 5 months ago

Since Azure doesn't offer an already setup back-end, firebase would be ago option to implement.

I recommend firebase realtime database, as is easier to set up, as opposed to cloud store. One thing that we need to consider, is how will this page work? we will let the user select firebase as a plugin and redirect the user to the firebase console for the project creation or add a WebView, in order to maintain everything in the app

For my project I always use

https://github.com/step-up-labs/firebase-database-dotnet

HE ALSO HAVE ONE PACKAGE GOR AUTH