Flutter Tutorial | Notes App with Flutter and Firestore | Cloud Firestore Tutorial | Beginners

preview_player
Показать описание
#Flutter #Firebase #Google #FlutterUI #Firestore

The Growing Developer Website is out !!

Create your own Notes App in Flutter and Firestore.

Welcome back to yet another #Firebase Tutorial for #Flutter. In this video we will learn about cloud firestore. Learn CRUD operations in flutter firestore. Cloud #Firestore is a realtime database provide by Firebase and learn how to integrate it to your flutter application.

EP-02 - Learn Google Sign In Implementation -

EP-03 - Build Amazing Login UI in Flutter with Firebase Auth

Fetch Data from API and parsing

Realtime Database vs Cloud Firestore?

If you like my work , you can support me by donating through PayPal:

Become a Patron -

Don't use PayPal? You can support from the link below 😇

________________________________________________________________________

For more tutorials subscribe to the channel :

Do like and follow 'The Growing Developer' on other social platforms as well. Below are the links -

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

I repeated your code. Error displayed. Why? Help me please. ['title'] and ['content'] with red line

sergeym
Автор

make video in detail and properly "Firestore.instance .collection" is not working. what is it solution ?

nextzen
Автор

Thank u for such awesome video . how can we make detail page please write it down its urgent thanks

flutterfirebase
Автор

my code is not working so can you help me?

shwapnobuny
Автор

Anyone getting this error "[core/no-app] No Firebase App '[DEFAULT]' has been created - call Firebase.initializeApp()" here is the fix.
actually now if you want to use any feature of firebase like real time data base, cloud storage, firestore etc you have to initialize core fire base, just add firebase_core ^latest version google it, and import it in main.dart and modify your main function like this
Future main() async {

await Firebase.initializeApp();
runApp(MyApp());
}

codingwithak
Автор

Not even working all syntax has changed

heavenlife
Автор

i am getting Failed to load providerinstaller module:

mlnacharyulu
Автор

please also give the code in the description

dpxy
Автор

Im encountering a problem where when I want to edit the note the information from the content box shifts up to the title and the old title completely disappears.

pgpeach
Автор

This was very easy. I liked this video and the person who worked searched a lot. There are channels explaining in an advanced way and advanced codes that are difficult to understand. Thank you a lot. You helped me. Your channel was subscribed and the bell was activated.

codingwithme
Автор

Wow bro! . This is the simple explanation I've ever had in YouTube on todo app. Keep rocking 👌bro.

althafaralijaffarali
Автор

Thank you man so much! I fuc*ed my brain with update, because its every time generating new id key when i update, but i forgot just give cuurent document snapshot from another calss when i got it) I move to learn how to use Firebase Storage here

brainman
Автор

"FirebaseException The caller does not have permission to execute the specified operation.)"
throwing this exception by clicking on save button. What should I do?

aryandesai
Автор

Could you help me out to set a background image for each note. But a different background image. The thing is when I set a background image for a specific note, the same image gets set for all other notes as well. Please help me out

gandharvathite
Автор

Was there some cloud firestore update, because I cannot read data the same way, the code doesn't find "document"?

markosvald
Автор

How to use this app for different devices, all devices will get all the notes, I want to show the only notes which are upload from that device only

mohitdawrani
Автор

sir it doesn't work for me. It says "[core/no-app] No Firebase App '[DEFAULT]' has been created - call Firebase.initializeApp()"

pandusakafezabeyin
Автор

how to save data in cloud firestore in offline mode plz reply

durgeshpandey
Автор

I have laptop of 4 gb ram but emulator lags so much, so I am not able to use that..should I purchase Apple?or any solution I have..please suggest

ripusudan
Автор

sir make videos on data strucutre and alogorithms

SQUADYYT