Hey, I’m trying to add authentication to my react ...
# help
s
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
@User 👋🏼 How come your not using the supabase database? If you were using that you could make use of triggers and RLS
s
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