In my Flutterflow project I’m allowing users to authenticate w/ email or Apple Sign-In through Supabase but I’d like to hide a “Change Password” button for users who signed in with Apple since they don’t really have a password.
What’s the easiest way to accomplish this? I don’t see an “out of the box” way in Flutterflow to determine a user’s Supabase authentication method, but maybe I’m missing something.