You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Firestore Algolia Search extension currently creates functions using Node.js 18 and Cloud Functions v1, despite Node.js 18 being deprecated (EOL on April 30, 2025).
Changing the runtime manually in Google Cloud Console to Node.js 20 causes deployment failures.
New extension installations still default to Node.js 18 and v1 functions.
joerozek, mike24dzy, digibake, Andre1992, mehari-airoc and 6 more