FirestoreDynamicSearchableCollectionModel constructor

FirestoreDynamicSearchableCollectionModel(
  1. String path
)

Retrieves and retrieves collection data stored in a firestore database.

The basic usage is to use the search method to search for data.

In order to be searched by search, each document must have a data format stored in the specified way.

Implementation

FirestoreDynamicSearchableCollectionModel(String path) : super(path);