typesense / firestore-typesense-search

Firebase Extension to automatically push Firestore documents to Typesense for full-text search with typo tolerance, faceting, and more
https://extensions.dev/extensions/typesense/firestore-typesense-search
Apache License 2.0
158 stars 34 forks source link

Nodejs 8 upgrade warning #3

Closed kylewill closed 3 years ago

kylewill commented 3 years ago

After setup, Firebase displays a warning to upgrade from Node 8 to at least Node 10:

image

jasonbosco commented 3 years ago

I heard from the Firebase team that this is a warning that's displayed in the UI for all extensions unfortunately, regardless of the actual node version used. They're working on addressing it.

The functions deployed by this extension do use Node 14:

https://github.com/typesense/firestore-typesense-search/blob/c35c0871dc2abed9c0c513f5b4b5fe7023d93d45/extension.yaml#L24