Search with Meilisearch
Made by Meilisearch
Full-text Search on Firebase with Meilisearch
- Version
- 0.1.12 | Source code
- License
- Apache-2.0
- Publisher
- Meilisearch
- Report
- Bug
- Abuse
How this extension works
Use this extension to synchronize documents from a Cloud Firestore collection to a Meilisearch index. This allows you to use full-text search in your Cloud Firestore documents.
This extension listens to each creation, update, or deletion of your documents to keep them in sync with your Meilisearch index. This ensures that the data in Meilisearch mirrors your content in Cloud Firestore. You can then run queries on this mirrored dataset.
Note that this extension only listens for changes to documents in a specific collection, but not changes in any subcollection. However, you can install additional instances of this extension to listen to other collections in your Firestore database.
Additional setup
Before installing this extension, you’ll need to:
- Set up Cloud Firestore in your Firebase project
- Run a Meilisearch instance. Learn more about Meilisearch cloud. Alternatively there are many other easy ways to download and run a Meilisearch instance
Data import format
Documents indexed in Meilisearch must have an unique id. Meilisearch uses Firestore’s default field: Document ID
for this purpose, and renames it to_firestore_id
.
Important: If your documents contain a field called _firestore_id
, it will be ignored.
If you are using GeoPoint
, the field should be named _geo
to be recognized by Meilisearch for geosearch.
Backfill your Meilisearch data
This extension does not export all existing documents into Meilisearch unless they have been modified or created after its installation. You can run the import script provided by this extension to retrieve your Meilisearch dataset with all the documents present in your Firestore collection
Billing
To install an extension, your project must be on the Blaze (pay as you go) plan
- You will be charged a small amount (typically around $0.01/month) for the Firebase resources required by this extension, even if it is not used.
- This extension uses other Firebase or Google Cloud services which may have
associated charges if you exceed the service’s free tier:- Cloud Firestore
- Cloud Functions (Node.js 10+ runtime. See FAQs)
When you use Firebase extensions, you’re only charged for the underlying
resources that you use. A paid-tier billing plan is only required if the
extension uses a service that requires a paid-tier plan, for example calling
a Google Cloud API or making outbound network requests to non-Google services.
All Firebase services offer a free tier of usage.
Learn more about Firebase billing.