Hi there,
My issue is relatively simple but I cannot figure this out. I am using supabase for user authentication. I am using a template that is using firebase for authentication so I need to change the configuration of the page to use supabase authentication. What I have noticed is there is a reference to an option called "User Record Reference (User Reference ( users ref) " when using firebase authentication which is available in the Authenticated User drop down options.
When using supabase, you do not have this option available.
This is a problem as the template requires this reference quite a bit. Having gone through the Supabase documents it appears you cannot add in fields to the supabase authentication, so it looks like I will need some sort of custom function to pull out the same information, but from the supabase database instead. This is how it looks on the template:
I am struggling to figure out how I replicate firebase's function but using supabase instead?
Any and all help greatfully received.
Thank you