auth icon indicating copy to clipboard operation
auth copied to clipboard

Auth provider name is in wrong array order with same email

Open qxygene1 opened this issue 11 months ago • 0 comments

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"]},"

  1. log in didnt update provider correctly.

Thank you.

qxygene1 avatar Jan 21 '25 17:01 qxygene1