Skip to content

Commit 90bbff5

Browse files
docs(firestore): guide for list_of_documents()
closes #3
1 parent e84a359 commit 90bbff5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/guide/firestore.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,19 @@ it contains) of an collection ``Marvels``, use ``get()`` method.
132132
This ``get()`` method is different from the above stated one, and
133133
receives different parameters and returns different output.
134134

135+
136+
list_of_documents
137+
^^^^^^^^^^^^^^^^^
138+
139+
To fetch all existing document ID's in a collection ``Marvels``, use
140+
``list_of_documents()`` method.
141+
142+
.. code-block:: python
143+
144+
fsdb.collection('Marvels').list_of_documents()
145+
..
146+
147+
135148
Update Data
136149
-----------
137150

0 commit comments

Comments
 (0)