Appearance
Fetch user (Supabase) ​
Use this action to retrieve the currently signed-in user from Supabase Auth.
Add the action ​
- Create (or open) an
Interfaceworkflow. - Click
+ Add action. - Select
Supabase→Fetch User. - Select the Supabase
Connectionyou want to use.
When to use it ​
- When your app loads and you want to know if the user is already signed in
- After a redirect-based sign in (like social sign in), to refresh the user session

