1. Supabase Project Linking:

2. Supabase Authentication Setup:

Since we are using Supabase Authentication for user management, you may choose one of below settings in supabase auth

3. Supabase Database Pre-Setup:

In order to store user configs and cross reference of user documents we use Postgres powered by supabase.

4. Supabase Setup Script:

In order to execute the creation of storage bucket and database table above, we should execute below command

env (4).png