IndexConfiguration
deprecatedA list of Firestore indexes to speed up local query execution.
See JSON Format for a description of the format of the index definition.
@deprecated
Instead of creating cache indexes manually, consider using
enablePersistentCacheIndexAutoCreation()
to let the SDK decide whether to
create cache indexes for queries running locally.