Flutter • Firebase • BLoC Tutorial #15 - Testing and Conclusion

preview_player
Показать описание
Hello, in this Flutter & Firebase tutorial series, we'll build a complete app with a database (Firebase Firestore) and an authentication system (using Firebase auth).
------------------------------

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

Thank you very much for this course; it was a pleasure to learn from the first video to the end. The only thing I believe wasn't covered is working with Firebase streams. That's probably why the page from this video doesn't receive updates until you rebuild the app 😀

kirillsabko
Автор

First of all, thank you very much for the videos, my friend. 14. Why is there no video?

ismailugurbulak
Автор

Thank you very much!
I have a question about UserModel. My brain doesn't understand how to implement a PostModel with actual user data. That is, in your case, when creating a post, the current user data is taken, but if the user changes the photo or name, they do not change there. How can this be implemented?

unicorn-thirteen
Автор

I'm just saying that i was here at the beginning :D

mateuszchudek
Автор

PLEASE ROMAIN HELP!!! I'm new to flutter
for educational purposes i integrated your code in mine, in a different file I did:
ElevatedButton(
onPressed: () {
// Navigate to Login
Navigator.push(
context,
MaterialPageRoute(builder: (context) => const MaterialApp(
home: HomeScreen(),
)
),
);
},
the home_screen file is almost the same as yours (I removed the Picture part). I encounter the following errors:
Error: Could not find the correct Provider<GetPostBloc> above this BlocBuilder<GetPostBloc, GetPostState> Widget
This happens because you used a `BuildContext` that does not include the provider
of your choice.
Error: Could not find the correct Provider<MyUserBloc> above this BlocBuilder<MyUserBloc, MyUserState> Widget
I'm stuck and don't know how to procced. And thank you for the tutorials I learned a lot!!

badidi
Автор

pls do push notification with firebase on next video pls....

kei-T
welcome to shbcf.ru