- @nativescript/supabase
- @nativescript/supabase-functions
- @nativescript/supabase-gotrue
- @nativescript/supabase-postgrest
- @nativescript/supabase-realtime
- @nativescript/supabase-storage
This workspace manages the suite of plugins listed above, tap each above for details.
- Node 20+ is recommended
- yarn v1 is used for dependency hoisting.
In general, when in doubt with what to do, just npm start.
npm run add
At the prompt, enter the name of the new package.
- This adds a plugin harness in
packageswith the necessary boilerplate to just start developing - Updates all demo app flavors to support demoing the new package
- Adds shared code in
tools/demowhere you can write demo code once and share across all demo flavors - Updates build tooling to support the new package
- Updates the
npm startinteractive display - Updates the README here to list the new package
npm start
- Choose the focus commands for the package you wish to focus on and hit enter.
- All the demo app's will be updated to isolate that 1 package and for supported IDE's (currently VS Code), the source code will also become isolated in the workspace.
Note: good to always clean the demo you plan to run after focusing. (You can clean any demo from npm start as well)