User data mirroring from auth to profile table could use more detailed examples in the docs #16501
Unanswered
fnimick
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
An example of a system I have put together: https://gist.github.com/fnimick/37269e61f4e2374290b76554d8f994ab
This mirrors selected information from
raw_user_meta_datato apublic.profiletable, and vice versa.This is a fairly common use case and a explicitly endorsed pattern for doing this bidirectional syncing would be very helpful. There have been multiple questions in the discord in recent days from people having problems with this sort of setup.
All reactions