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

preview_player
Показать описание
Learn how to setup Firebase Authentication in a .NET MAUI application!

🕗 Timestamps:
0:00 - Introduction
0:27 - Project Setup
1:46 - Installation
2:32 - Configuration [new FirebaseAuthConfig()]
4:27 - Boilerplate MVVM Pages…
5:51 - Sign In [FirebaseAuthClient.SignInWithEmailAndPasswordAsync()]
8:40 - Sign Up [FirebaseAuthClient.CreateUserWithEmailAndPasswordAsync()]
10:54 - Profile Details [FirebaseAuthClient.User.Info]
12:14 - Persistence [FirebaseAuthConfig.UserRepository]
13:54 - Access Token [FirebaseAuthClient.User.GetIdTokenAsync()]
20:30 - Summary

➖➖➖➖➖➖➖➖➖➖

© Credits
Рекомендации по теме
Комментарии
Автор

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.

harvb
Автор

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

LeeandroA
Автор

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

elijahromer
Автор

How can we use firestore firestore on maui

vxcugtx
Автор

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

danferhabedlopez
Автор

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

samanson
Автор

no verification of the email ? eish, risky!

MindMapperAI-fhqw
Автор

Can this also be applied to WPF application?

xtrzy