Initialize Supabase
After filling in your Supabase URL and Key in the .env.local
configuration, you can set up Supabase in your application.
To access Supabase, choose from the following utility functions:
On the client-side
React Example of using Supabase client in client-side can be found in src\components\auth\social-logins.tsx
On the server-side
React Example of using Supabase client in server-side can be found in src\actions\signin-with-otp.tsx