Flutter Tutorial For Beginners #11 - Flutter Database with Firebase (Part 2)

preview_player
Показать описание
This flutter databse tutorial covers how to add a firebase database to a flutter application Continuing from part 1 we will learn how to integrate flutter with firebase and use the real-time firebase databasr to store, update and delete information.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾

💰 Courses & Merch 💰

🔗 Social Medias 🔗

🎬 My YouTube Gear 🎬

🎤 XLR Microphone (Rode NT1): Not available

◾ 💸 Donations 💸 ◾
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾

⚡ Please leave a LIKE and SUBSCRIBE for more content! ⚡

⭐ Tags ⭐
- Tech With Tim
- Firebase Databas
- Adding Firebase Database Flutter
- Flutter Firebase Database
- Firebase Flutter
- Flutter Add Firebase
- Flutter Firebase Database

⭐ Hashtags ⭐
#Dart #Flutter
Рекомендации по теме
Комментарии
Автор

Woah ! 9 seconds Ago ! I was not feeling well today . This just made my day . Thank you for this series !

vishnujoshi
Автор

Make a new Flutter project and integrate ML (ML kit) in the project. Also please continue the above project showing how to add child comment or reply to parent comment (like replies in Instagram). Also include images and video posts. Thanks for a great series btw!! :D

ManyuDhyani
Автор

Hey Tim
I suggest you continue on the flutter tutorial by starting fresh with a new project and with additional things like custom buttons(not icons). Just random things that can be useful in flutter development but that cant really be put on a blog.
Also, please at least continue with how to put the app on play store and/or app store.
Thanks!

ThePhantomCoder
Автор

Hey tim you can try to make the app more social by including image and video posts, and by making a profile page, would really appreciate that

melenus
Автор

Yes tim. Make the comment feature very soon. Many people are eagerly waiting for that to happen.

gethunews
Автор

would love more episodes of these, the most helpful tutorials i have come across. maybe in the future episodes you also focus on like how to do the look of the app.

bby
Автор

Incredible tutorial ! Thanks a lot :D Had some problems on mac, especially with setting up the Firebase, but I want through all the problems and it works perfectly, so the tutorial is also 100% possible on Mac OS. ^^

gugustinette
Автор

Very easy to follow. Hope to see more on Flutter topics!

TECHENG
Автор

I need more! I want to see an example of a database storing images with an ability to display them when clicking an icon.

chopa
Автор

Please please please continue this session

freshersadda
Автор

Hey tim, could you make a series on django, more specific calanders, combining models etc?

NiekHM
Автор

life saver. Thank you. A lil different than working with clound database, but regardless.. very helpful thank you

NoOne-vzpb
Автор

Hey Tim, love the whole series but my humble request is for u to add more to the series like packaging the app, and adding some more features as well

vianneykimuri
Автор

Thank you so much for the well structured video. I successfully implemented google authentication in my app

deepakmathews
Автор

A big thankyou Sir, You taught me the Firebase

TheBoredandCool
Автор

I would really appreciate it. It'll go a long way

EfeRants
Автор

Wish to see more Flutter tutorial videos mate.

ameralkrm
Автор

Here's my createPost function:

Post createPost(Map<dynamic, dynamic> dict) {
Post post = Post(dict['body'], dict['author']);
post.usersLiked =
? Set.from(dict['usersLiked']) : {};
return post;
}

prawnydagrate
Автор

This video is out of date and some parts of the code don't work but I managed to get it done with several hours on stackoverflow and in firebase documents.

shikamarubh
Автор

This is the best way I know to reach put out to u. By flooding the comments section so at least u et to see one.

EfeRants