Closed
Description
I tried many different ways but I cannot add to a placeholder list that I have. I followed exactly how the documentation handled it, too.
await Firestore.instance.collection('users').document(user.uid).setData({ 'ban_list': [], });
await tx.update(postRef, <String, dynamic>{ 'ban_list': postSnapshot.data['ban_list'] .add(listOfDocs[index]['id']) });
Metadata
Metadata
Assignees
Labels
No labels