🚨 This repository has been moved and will be archived on October 10, 2025
All development has moved to the Supabase JS Monorepo
If you're looking for the README of
functions-js
, you can find it at:
https://github.com/supabase/supabase-js/tree/master/packages/core/functions-jsThis repository was merged into the main Supabase JS monorepo for better coordination, testing, and releases.
- 📖 For documentation: Visit the new functions-js location
- 🐛 For issues: Create them in the supabase-js repository
- 🔧 For contributions: See the Contributing Guide
- 📚 For migration help: Read the Migration Guide
- Uncommitted changes: Manually transport your work to the monorepo (file structure is the same under
packages/core/functions-js/
)- Open PRs: Tag a maintainer in your PR and we'll help you migrate it
- Issues: Will be transported to the supabase-js repository
⚠️ This is the old repository. Please use the supabase-js monorepo going forward.
JS Client library to interact with Supabase Functions.
https://supabase.com/docs/reference/javascript/functions-invoke
To run tests you will need Node 20+.
You are going to need docker daemon running to execute tests.
To start test run use the following command:
npm i
npm run test