-
Hi I want to migrate my project to supabase Not database, but adding all previous email I have to "Autentication / User". [UPDATE] I see that users are also just a table on our supabase database, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
I wouldn't advise on importing directly into the I would advise using the supabase library from node with the |
Beta Was this translation helpful? Give feedback.
-
Hi @silentworks I did try import directly yesterday, but it doesn't work as expected. Can't sign in and show error like "User not found" normally when password is false only show "invalid email or password". So.. something behind the scene don't allow me to do this. What I end up doing is:
|
Beta Was this translation helpful? Give feedback.
-
I created a stored procedure that invites the user using pl-http |
Beta Was this translation helpful? Give feedback.
Hi @silentworks
I did try import directly yesterday, but it doesn't work as expected. Can't sign in and show error like "User not found" normally when password is false only show "invalid email or password". So.. something behind the scene don't allow me to do this.
What I end up doing is:
hope it helps for other people.