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
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.