firestore.collection('messages').getDocuments().then((snapshot) {
for (DocumentSnapshot ds in snapshot.documents){
ds.reference.delete();
});
});
For further actions, you may consider blocking this person and/or reporting abuse
firestore.collection('messages').getDocuments().then((snapshot) {
for (DocumentSnapshot ds in snapshot.documents){
ds.reference.delete();
});
});
For further actions, you may consider blocking this person and/or reporting abuse
Muhammad Faraz Faraz -
Brainvault Technologies -
Brainvault Technologies -
Ian Ndeda -
Top comments (0)