firestore-meilisearch icon indicating copy to clipboard operation
firestore-meilisearch copied to clipboard

Publish latest version to extension marketplace

Open oplik0 opened this issue 2 years ago • 8 comments

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 Extensions marketplace extension details with version at 0.1.10

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

oplik0 avatar Apr 05 '23 22:04 oplik0

Hey @oplik0

Indeed! My bad :) I'll fix that asap

bidoubiwa avatar Apr 06 '23 11:04 bidoubiwa

It's published! I'll re-open this issue if it was not published correctly. Could you keep me up to date?

bidoubiwa avatar Apr 06 '23 11:04 bidoubiwa

With some delay (I last checked a few hours ago and it wasn't there) but I see the update now :) Thanks!

oplik0 avatar Apr 06 '23 20:04 oplik0

Looks like last few versions are missing? I don't see an upgrade option in firebase and i am on 0.1.12

kdawgwilk avatar Aug 21 '24 01:08 kdawgwilk

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?

dictat avatar Dec 03 '24 15:12 dictat

Can we get a new version published in the firebase extension marketplace?

kdawgwilk avatar Feb 10 '25 08:02 kdawgwilk

same here looks like the extension still uses node 14, can you update it node 20?

joaqcid avatar Feb 11 '25 13:02 joaqcid

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.

canbal avatar Feb 18 '25 00:02 canbal

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!

Strift avatar Apr 21 '25 05:04 Strift

We published the latest build as v0.3.1 🎉

Strift avatar May 14 '25 05:05 Strift