Index
deprecatedThe SDK definition of a Firestore index.
@deprecated
Instead of creating cache indexes manually, consider using
enablePersistentCacheIndexAutoCreation()
to let the SDK decide whether to
create cache indexes for queries running locally.
interface Index {
[key: string]: unknown;
readonly collectionGroup: string;
readonly fields?: IndexField[];
}