Flutter Firebase Authentication - The Clean Way

preview_player
Показать описание


Want to support me?

····················································································

You can find me on:

····················································································

00:00 Setup
01:05 Authentication Wrapper
01:33 Authentication Service
03:48 Unit test
04:00 Add Provider
05:27 Enable Sign in method
05:58 Home and Sign in page
06:44 Conditional page
07:13 Sign out
Рекомендации по теме
Комментарии
Автор

Hope you enjoyed the video!

I didn't cover showing the error messages as depending on your implementation you may want to do it differently. But this should get you up and running quickly with Firebase Authentication!

RobertBrunhage
Автор

MOST UP-TO-DATE-COMPREHENSIVE-ALL-INCLUSIVE-FIREBASE-TUTORIAL, EVER!....

massimuccio
Автор

Bro I cannot tell you how many pages I've looked at to find such an elegant solution. You've got not just a new subscriber but a fan!!

phen
Автор

In new version of Stream providers you should declare the "initialData" parameter, you can set it to null.
StreamProvider(
create: (context) => context.read<AuthService>().authStateChanges,
initialData: null),

Zizost
Автор

That was to the point, no BS, 100% clear and very helpful. Thank you for this. (:

acarvey
Автор

An excellent video! As have many developers I recently migrated to Dart and Flutter and the knowledge you have shared is invaluable. This is the ONLY video or blog post I have found that gives a good foundation to start building a complete authentication service. Thank you.

ianhilliard
Автор

Been waiting for this since two weeks and haven't been disapointed ! Thank you :D !

ephysio
Автор

Wow your content is getting so much better over time. Keep it up!

hopeful
Автор

Really great video! I really love the new style 😊

tadaspetra
Автор

Wow, I'm speechless, you did in 8 minutes what other people can't in 1 hour. Thanks!

HMR
Автор

Thanks a lot for UPDATES!!! I have been waiting for a long time)))

behzodfayziev
Автор

This is the one you're looking for! Best Firebase Auth Setup for flutter! Awesome!

chipekowasa
Автор

I have been looking for this for a long time, thank you sir.

idirtalem
Автор

This content is absolutely amazing! Thank you so much!

silas_wolf
Автор

one of the best concise and clear tutorial of firebase auth double thumbs up ! 👍👍

nehrydedoro
Автор

This what I've been looking for 😍

princesanjivy
Автор

Need a null safety version of this please.

thisisjaymehta
Автор

I keet getting Error: Could not find the correct Provider<User> above this Authenticate Widget, any help

georgeansong
Автор

Great video! thanks for this content. I had a few problems figuring out how to import provider, but afte googling a bit and boxing with the warning 'paramenter initialData is required' it worked. Thanks again.

kanogl
Автор

Nice editing.. Want to see more such videos

haripriyabaskaran