Supabase
Currently, Supabse uses a dummy config, so we don't need to change anything, but in actual implementation, you need to set poolId and appClientId in the following file. For more detail, refer to Supabse here: https://supabase.com/
Set Supabase Config in .env
.env
Change AuthProvider
src/App.tsx
Change auth Hooks
Comment another context in the following file and uncomment the Auth0 one.
src\hooks\useAuth.ts
Change Auth Login Method
src/config.ts
Last updated
Was this helpful?