PersistenceSettings
Settings that can be passed to enableIndexedDbPersistence()
to configure
Firestore persistence.
Persistence cannot be used in a Node.js environment.
interface PersistenceSettings {
forceOwnership?: boolean;
}Settings that can be passed to enableIndexedDbPersistence()
to configure
Firestore persistence.
Persistence cannot be used in a Node.js environment.