No video

08 Read Data from Firebase - Flutter Firebase Basic CRUD Tutorial

  Рет қаралды 10,370

Abdul Aziz Ahwan

Abdul Aziz Ahwan

4 жыл бұрын

#Flutter #Firebase #CRUD #VsCode #MyCollegeApp
Hi everyone, I am ‪@abdulazizahwan‬ . In this playlist, we are going to learn How to Create a Simple Flutter Firebase Create Read Update Delete App. At the moment I don't use a lot of layout and I haven't applied design patterns to my Flutter application.
And as an experimental material, I use a student biodata case study as a dummy database Firebase for this application, which consists of name, student ID and study program ID. All videos in this playlist can be accessed from the link below
Part 1 ► Introduction and Overview • 01 Introduction and Ov...
Part 2 ► Setting Up Layout TextFormField • 02 Setting Up Layout T...
Part 3 ► Setting Up Layout Button • 03 Setting Up Layout B...
Part 4 ► Firebase Introduction • 04 Firebase Introducti...
Part 5 ► Connect Firebase to Android Project • 05 Connect Firebase to...
Part 6 ► Connect Firebase to iOS Project • 06 Connect Firebase to...
Part 7 ► Create Data for Firebase • 07 Create Data for Fir...
Part 8 ► Read Data from Firebase • 08 Read Data from Fire...
Part 9 ► Update Data for Firebase • 09 Update Data for Fir...
Part 10 ► Delete Data from Firebase • 10 Delete Data from Fi...
Part 11 ► Show All Items on ListView using StreamBuilder • 11 Show All Items on L...
☕ BUY ME A COFFEE
Link ► www.buymeacoff...
🤙 JOIN MY DISCORD
Link ► / discord
Hopefully, you would love this video.
I am so grateful if you want to hit the subscribe button. Thanks
👨‍💼 Business Inquiries: helloabdulazizahwan@gmail.com
----------------------------------
🎬 ANOTHER PLAYLIST
Flutter Tutorial - Basic [EN]
Link ► • Flutter Tutorial - Bas...
Android Studio Tutorial
Link ► • Android Studio Tutorial
Visual Studio Tutorial
Link ► • Visual Studio Tutorial
----------------------------------
📚 MY REFERENCES
- TextFormField Class api.flutter.de...
- RaisedButton api.flutter.de...
- FlatButton api.flutter.de...
- Firebase to Android firebase.googl...
- Firebase to iOS firebase.googl...
- Cloud Firestore Package pub.dev/packag...
- Firebase Document, Collections, References firebase.googl...
- Map Class api.flutter.de...
- StreamBuilder Class api.flutter.de...
- ListView api.flutter.de...
----------------------------------
📂PROJECT FILE
Flutter Final Project
Link ► gum.co/gFZPt
----------------------------------
👨‍💻 GEAR LIST
Acer Swift 3 SF314-54G-51ZK
amzn.to/2RLKw3o
Canon EOS M50 15-45mm IS STM
amzn.to/37kKeYb
Logitech C922 Pro Webcam
amzn.to/3aEi6Rw
Microphone Clip-On BOYA BY-M1
amzn.to/2vjbiJf
----------------------------------
📌 SUBSCRIBE ME
Here ► bit.ly/AbdulAzi...
----------------------------------
📱 FOLLOW
Twitter ► / abdulazizahwan
Github ► github.com/abd...
My Blog ► abdulazizahwan.com
----------------------------------
Thanks for Watching!
#Android
#Java
#Kotlin
#Swift
#Cloud

Пікірлер: 7
@jaydeepadvani833
@jaydeepadvani833 6 ай бұрын
i can't the read data using your method
@giulianobordoni6103
@giulianobordoni6103 3 жыл бұрын
Abdul... i have problems with -- documentReference.get().then((data) { print(datasnapshot.data"studentName"]);-- in the readData function... The IDE says: error: Undefined name 'datasnapshot' Has something changed? Tks
@tasaddaqrandhawa4219
@tasaddaqrandhawa4219 3 жыл бұрын
same problem
@suryapramana7626
@suryapramana7626 3 жыл бұрын
Maybe it because you write documentReference.get().then((data) the "data" in the bracket should be datasnapshot
@josephmx9561
@josephmx9561 2 жыл бұрын
Try this => print(datasnapshot.get("studentName"));
@innerthreatcircus5651
@innerthreatcircus5651 5 ай бұрын
in your create method, I don't understand how you're telling that the document id is name?!?! Anyone? thanks a lot
@matheusruiz5995
@matheusruiz5995 3 ай бұрын
createUser() { print('Creating...'); CollectionReference collect = FirebaseFirestore.instance.collection('YOUR-COLLECTION-NAME'); collect.add({ 'id': id, 'na,e': name, 'email': email, 'password': password, }).then((value) => print('Success!')); } Remember to add this codes below in your initial program import 'package:flutter/material.dart'; import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:firebase_core/firebase_core.dart'; import 'firebase_options.dart'; void main() async { WidgetsFlutterBinding.ensureInitialized(); await Firebase.initializeApp( options: DefaultFirebaseOptions.currentPlatform, ); runApp(const MyApp()); }
09 Update Data for Firebase - Flutter Firebase Basic CRUD Tutorial
2:21
ROLLING DOWN
00:20
Natan por Aí
Рет қаралды 9 МЛН
Magic trick 🪄😁
00:13
Andrey Grechka
Рет қаралды 36 МЛН
Top 10 Emerging Technologies of 2024 (According to Science)
10:45
Flutter Clean Architecture - Full Course
1:14:08
Flutter Mapp
Рет қаралды 73 М.
FINAL FPL YOUTUBER Teams | DATA FROM 25 TEAMS! 🚀
9:53
FPL Focal
Рет қаралды 81 М.
Firebase React Course For Beginners - Learn Firebase V9+ in 2 Hours
1:39:04
Showing Tesla FSD 12.5.1.3 to My Parents
35:38
Whole Mars Catalog
Рет қаралды 7 М.
Build an Expense Tracker with Asp.Net Core MVC
2:41:18
CodAffection
Рет қаралды 243 М.