nextjs-subscription-payments icon indicating copy to clipboard operation
nextjs-subscription-payments copied to clipboard

Supabase Client in Context Provider - Supabase Auth Helpers Client

Open czapata08 opened this issue 2 years ago • 0 comments

Hi there, your repo has been of tremendous help, sincerely appreciate it. I'm curious if the patterns to handle supabase client with auth helpers and directly. My store is a bit different and I'm currently struggling with it.

I see in your code you have a client in a context provider, but also using the auth helpers and even the auth.admin in some cases. My application also needs to work with all of those use cases, so thought on asking about this patterns in production.

czapata08 avatar Nov 09 '23 18:11 czapata08