PersistentLocalCache
Provides a persistent cache backed by IndexedDb to the SDK.
To use, create an instance using the factory function {@link persistentLocalCache()}, then
set the instance to FirestoreSettings.cache
and call initializeFirestore
using
the settings object.
interface PersistentLocalCache {
kind: "persistent";
}