firebase firestore:delete users/ada -r

Category: Firebase & Firestore

firebase firestore:delete users/ada -r

Recursively delete a document and subcollections

Deletes the document users/ada plus every document in all of its subcollections — a powerful and irreversible operation, so the CLI still asks for confirmation unless you add -f. The -r flag (short for --recursive) cannot be combined with --shallow. For wiping an entire collection, prefer firestore:bulkdelete.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.