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
Songs -
Songs -
DogeKing -
kerr -
Top comments (0)