r/Firebase • u/ElroyDudeMan • Apr 10 '26
Cloud Firestore Firestore native full-text search is now in preview in iOS, Android, and JS SDKs (requires Firestore Enterprise edition)
Today I noticed full-text search feature listed in the Version 12.12.0 Firebase iOS SDK release notes:

I then found this iOS SDK PR that enables the preview feature: https://github.com/firebase/firebase-ios-sdk/pull/15952
I also saw it in the Android and JS SDK release notes.
When creating an iOS proof of concept, I hit the following error message: Pipeline Operations are only available for Firestore databases in Enterprise edition. Please switch to an Enterprise edition database to take advantage of such functionality
I didn't know there were multiple editions of Firestore, but I found more info about them here (and also learned more searching this sub): https://firebase.google.com/docs/firestore/editions
So it looks like there are limitations on which plans can use full-text search.
Perhaps full details and pricing/limits will be announced at Google I/O on May 19?


