我们会为仅从缓存中读取(Cloud FireStore)支付(成本)吗? [复制]
Posted
技术标签:
【中文标题】我们会为仅从缓存中读取(Cloud FireStore)支付(成本)吗? [复制]【英文标题】:Will we pay (cost) for reading from cache only (Cloud FireStore)? [duplicate] 【发布时间】:2020-04-22 14:14:29 【问题描述】:在大多数情况下,我是在线写作,但我是离线阅读(从缓存中):
db.collection('users/user1/messages').get( source: 'cache' );
上面的代码会花费我吗?因为我只阅读cache
而不是server
【问题讨论】:
见***.com/questions/56617814/…和***.com/questions/55202782/… 【参考方案1】:使用source: 'cache'
仅使用缓存进行查询永远不会产生任何计费。只有从服务器接收到的文档才会产生文档读取费用。
【讨论】:
以上是关于我们会为仅从缓存中读取(Cloud FireStore)支付(成本)吗? [复制]的主要内容,如果未能解决你的问题,请参考以下文章
使用 Python 仅从 Cloud Big Table 中获取行键?
从 Expo 的缓存中以 base64 格式读取文件,写入 Firebase 存储(Cloud Storage for Firebase)
如何限制用户仅从 Cloud Firestore 检索他们的数据?
将 Parse Server 减少为仅 Parse Cloud