We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e9f2e0 commit 4fc9ae8Copy full SHA for 4fc9ae8
packages/google-cloud-firestore/docs/index.rst
@@ -1,5 +1,12 @@
1
.. include:: README.rst
2
3
+.. note::
4
+
5
+ Because the firestore client uses :mod:`grpcio` library, it is safe to
6
+ share instances across threads. In multiprocessing scenarios, the best
7
+ practice is to create client instances *after* the invocation of
8
+ :func:`os.fork` by :class:`multiprocessing.Pool` or
9
+ :class:`multiprocessing.Process`.
10
11
API Reference
12
-------------
0 commit comments