With firestore, is it possible to configure offline persistence to set 'off' in a specific document?

后端 未结 2 992
离开以前
离开以前 2021-01-16 22:09

I need to set off the persistence in a certain document in Firestore; but all other documents should work with default configuration like this implementation. I have impleme

2条回答
  •  伪装坚强ぢ
    2021-01-16 22:24

    Disk persistence can only be enabled for the entire Firestore client, before performing any other operations. It cannot be enabled/disabled for specific collections, queries or documents.

提交回复
热议问题