Best way to provision external (MongoDB) user records on Supabase Auth user creation? #42199
-
|
We use MongoDB as our primary database and maintain a We plan to use Supabase strictly for authentication (Google, Apple, Email) and not use Supabase Postgres for application data. MongoDB will remain the only source of truth for user records. On successful user creation in Supabase Auth, we want to automatically create a corresponding Constraints / Requirements
Current Limitation ObservedAfter exploring the platform, it appears that:
Because of this, Supabase cannot proactively notify an external backend (e.g. AWS Lambda) when a user is created. QuestionGiven the above constraints and limitations:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Okay, Current Solution :
|
Beta Was this translation helpful? Give feedback.
Okay, Current Solution :
auth.usersautomaticallyauth.users, and created user on mongodb.