π How to use
1. Prepare your Supabase project - Create a Supabase project
- Make sure your table is created and public API access (RLS off or correctly configured) is enabled
2. Set plugin keys In plugin settings:
- `supabase_project_id`: your Supabase project ID (e.g. `xyzabcxyz`)
- `supabase_anon_key`: the project's anon/public API key
3. Use the `Select Row` action Provide:
-
Table name -
Record Enter the record(s) to insert into the record_json field in JSON format.
Example(json):
`[{"name": "Alice", "age": 30}, {"name": "Bob", "age": 25}]`
4. Process the result The result is returned as
a JSON string list.
To access specific values in Bubble, use `:extract with Regex`, or parse it using external tools or plugins.
----
π Full documentation and examples:
π Visit our documentation site
https://yo16.github.io/bubble-plugins/supabase-selector/