[−][src]Module firestore_db_and_auth::documents
Structs
List | Use this type to list all documents of a given collection. |
WriteResult | This is returned by the write() method in a successful case. |
Functions
delete | Deletes the document at the given path. |
list | List all documents of a given collection. |
query | Queries the database for specific documents, for example all documents in a collection of the 'type' == "car". |
read | Read a document of a specific type from a collection |
read_by_name | Read a document of a specific type from a collection by its Firestore document name |
write | Write a document to a given collection. |