Publish latest version to extension marketplace
Description
It seems that for some reason Firebase Extensions Marketplace still only has v0.1.10 of this extension, which doesn't have the fixes to _geo field.
For 0.1.12 it seems the NPM publish action failed (https://github.com/meilisearch/firestore-meilisearch/actions/runs/4231807224) - however, 0.1.11 seems to be published there, so I'm assuming there is something else required to publish a new version there.
Found when debugging why _geo was still not working...
Expected behavior Be able to install the current version from Firebase Extension Marketplace
Current behavior The newest version I can install is v0.1.10
Screenshots or Logs

Environment (please complete the following information):
- OS: not relevant
- Meilisearch version: not relevant
- firestore-meilisearch version: 0.1.10 despite wanting to use 0.1.12
Hey @oplik0
Indeed! My bad :) I'll fix that asap
It's published! I'll re-open this issue if it was not published correctly. Could you keep me up to date?
With some delay (I last checked a few hours ago and it wasn't there) but I see the update now :) Thanks!
Looks like last few versions are missing? I don't see an upgrade option in firebase and i am on 0.1.12
https://cloud.google.com/functions/docs/runtime-support I understand that Node.js 14 is scheduled to be discontinued on January 30, 2025. Could you please let me know if it will be updated before then?
Can we get a new version published in the firebase extension marketplace?
same here looks like the extension still uses node 14, can you update it node 20?
I didn't want to wait for the extension to be updated in the extensions store, so I decided to add this repo as a submodule and take the matter in my own hands.
In my own git repo:
// first fetch existing extensions and populate the package.json and extensions/ folder properly
$ firebase ext:export
// add this repo as a submodule so you can keep updating when needed
$ git submodule add https://github.com/meilisearch/firestore-meilisearch.git submodules/firestore-meilisearch
// configure extension
$ firebase ext:install ./submodules/firestore-meilisearch
// deploy extensions
$ firebase deploy --only extensions
Once I have the new extension, I deleted the old one and now I feel at ease. I don't have to sit at the edge of my seat hoping Meilisearch will publish a new version before Google decides to pull the plug on it.
Hey,
The v0.3.0 extension that uses Node.js 20 is available as a release candidate.
We're currently waiting for Google to review the publishing of the stable version.
Thanks for your patience!
We published the latest build as v0.3.1 🎉