Hey,
I’m trying to add authentication to my react native app but I need to store the email address and userId of the user in my own database(expressJs, mongoose).
How does authenticating the requests to my backend works? Any tutorials?
h
HarryET
10/30/2021, 3:41 PM
@User 👋🏼 How come your not using the supabase database? If you were using that you could make use of triggers and RLS
s
siyavash
10/30/2021, 6:09 PM
Unfortunately I have already setup the project using mongoose so it will take some time converting all the code to supabase. I will consider it for my next project