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
Aishwarya Raj -
Ahmed Moussa -
daniel-octomind -
Saeed Niyabati -
Top comments (0)