Supabase Plugin - Integrate Supabase into your Bubble app

Hi @ZeroqodeSupport - thank you. This is super helpful!

One follow-up question re: only one instance Auth element per page. How should I navigate for repeating pop-up’s groups? Specifically, I need to insert the user_id but can’t link to the page’s Auth element for that purpose.

_________________________________________

Additionally, I do have one more question on join query for a one-to-many relationship:

I have two user tables (1/ general info (“user_profile”) and 2/ sensitive info (“[sensitive]user_contact”). I set up my join query based on the zeroqode guide HERE. However, I can’t seem to have it working to fetch the “[sensitive]user_contact” table data as a join.

I can pull data from the “user_profile” table but can’t pull from “[sensitive]user_contact.”

I also did the fetch separately from both “user_profile” and “[sensitive]user_contact,” and both work independently (without the join).

Here’s my setup (edit: I updated the naming from [sensitive]user_contact to sensitive_user_contact):

API Connector (for “user_profile” table):

Element: