supabase-community/gotrue-csharp

Server updates userMetadata using UpdateUserById, doesnot fire onAuthStateChange

abdallanayer opened this issue · 0 comments

1- After user successfully logs in.
2- based on certain actions, Server C# updates userMetadata using UpdateUserById.
3- onAuthStateChange does not fire on the frontend react application
"@supabase/supabase-js": "1.35.2",
node version: 16.13.2
Expected:
onAuthStateChange should fire on the FE