【发布时间】:2021-02-18 08:57:19
【问题描述】:
在https://firebase.google.com/docs/firestore/best-practices页面,我看到了这句话:
将每个客户端的快照侦听器数量保持在 100 以下。
我在 2021/02/18 阅读了该页面,并没有在该页面上找到 client 的明确含义。
client 是什么意思?它是(服务)帐户吗?还是firestore.Client 对象?如果是firestore.Client 对象,我可以使用多个firestore.Client 对象作为100 snapshot listeners per client 限制的解决方法吗?
【问题讨论】: