| Create Document | Create a document in a Cloud Firestore collection |
| Bulk Create Documents | Create multiple documents in a Cloud Firestore collection in a single operation |
| List Documents | List all documents in a Cloud Firestore collection |
| Get Document | Get the contents of a document in a Cloud Firestore collection |
| Update Document | Update a document in a Cloud Firestore collection |
| Delete Document | Remove a document from a Cloud Firestore collection |
| Remove Field | Completely removes a field from a given document (may not work on a field with a null value) |
| List Collections | List all collections in a Cloud Firestore database |