Hi there just a quick question. If i'm using nextj...
# help
y
Hi there just a quick question. If i'm using nextjs. Usually i would be putting my
supabaseClient
at the
_app.js
so every following page can use it right?
m
Hello. You usually put it in a lib folder and import it where you need it
y
I see got it. Thanks!