auth
auth copied to clipboard
Auth provider name is in wrong array order with same email
Bug report
- [x] I confirm this is a bug with Supabase, not with my own application.
- [x] I confirm I have searched the Docs, GitHub Discussions, and Discord.
Describe the bug
Auth provider name is in wrong order when logged in.
Additional context
Auth provider name is in wrong order when logged in.
Same email with 2 providers;
Example json when logged in with google IT WORKS "app_metadata":{"provider":"google","providers":["google","facebook"]},"
Example json when logged in with facebook IT DOESNT WORK "app_metadata":{"provider":"google","providers":["google","facebook"]},"
- log in didnt update provider correctly.
Thank you.