#17 follow & unfollow (Design)

Download files

#17.1 Updating documents {"KEY" : VALUE}

Updating document
If the data is a String
 //To add value into a list
await FirebaseFirestore.instance.collection("...").doc("...").update({"KEY": VALUE});
If the data is an Array(List)
 //To add value  into a list
await FirebaseFirestore.instance.collection("...").doc("...").update({"KEY": FieldValue.arrayUnion([VALUE])});
 
//To remove from a list
await FirebaseFirestore.instance.collection("...").doc("...").update({"KEY": FieldValue.arrayRemove([VALUE])});

Download files

#17.2 Task solution

Download files

#17.3 أهم فيديو فى حياتك

Download files

😡
انت مشغل الـ AdBlock !!

ياريت تقفله لوسمحت 😊 😊

تنبيه هام ✋

إذا كانت الإعلانات مزعجة بالنسبة لك، فيُمكنك التبرع ب50$ وسيتم إيقاف الإعلانات لمدة شهر لجميع زوار الموقع 🧡 ويُمكنك التواصل معنا عن طريق صفحة الفيس بوك