persistentLocalCache
Creates an instance of PersistentLocalCache
. The instance can be set to
FirestoreSettings.cache
to tell the SDK which cache layer to use.
Persistent cache cannot be used in a Node.js environment.
§
persistentLocalCache(settings?: PersistentCacheSettings): PersistentLocalCache
[src]§Parameters
§
settings?: PersistentCacheSettings optional
[src]