Skip to content

Question Regarding User Creation Flow in Supabase and Database Synchronization #93

Closed Answered by gokulkrishh
saurabhchalke asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @saurabhchalke Glad you liked this app (Do support by giving a star) and i will try to answer your questions below.

  1. Supabase Triggers/Function - Yes you need to setup a trigger function in supabase. This is the trigger function i am using. You can follow the docs in supabase on how to set it up.

So basically, this function will take the signup users and put them into users table.

  1. Local Development: Yes you need to setup ENV keys into .envfile to run the app in your local. You can find required keys in example.env.
    1. Supabase
    2. Resend
    3. prisma-field-encryption for encryption.
      These should be enough to get the app up and running in local
  2. Additional Mechanisms - None. Once the user dat…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by saurabhchalke
Comment options

You must be logged in to vote
1 reply
@gokulkrishh
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
help wanted Extra attention is needed
2 participants