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 4b4a848 commit b35cf7dCopy full SHA for b35cf7d
firestore/docs/index.rst
@@ -2,11 +2,11 @@
2
3
.. note::
4
5
- Because the firestore client uses :mod:`grpc` library and the third-party
6
- :mod:`requests` library, it is safe to share instances across threads.
7
- In multiprocessing scenarios, the best practice is to create client
8
- instances *after* the invocation of :func:`os.fork` by
9
- :class:`multiprocessing.Pool` or :class:`multiprocessing.Process`.
+ Because the firestore client uses :mod:`grpcio` library, it is safe to
+ share instances across threads. In multiprocessing scenarios, the best
+ practice is to create client instances *after* the invocation of
+ :func:`os.fork` by :class:`multiprocessing.Pool` or
+ :class:`multiprocessing.Process`.
10
11
API Reference
12
-------------
0 commit comments