indexPathPrefix property

String? indexPathPrefix
inherited

IndexPathPrefix is the collection path prefix in Firestore to provide access for. For example, if you put the prefix "firesearch/orgs/my-org" you will be able to perform searches on both "firesearch/orgs/my-org/cards" and "firesearch/orgs/my-org/messages" indexes.

Implementation

String? get indexPathPrefix => throw _privateConstructorUsedError;