Greeting @Scott_Harrison ,
Does the plugin have a function to look up the provider, similar to: profile.providerId === “apple.com”?
Because for Android phone users, using Apple SingIn requires entering their account and password every time, which is not user-friendly.
Now I use string.ends( firebaseAuth.getEmail(), “appleid.com” ) to check if it is an Apple login, so that they can enter the game directly without having to enter their account and password every time, but this only works if the user chooses to hide the mailbox.
If I know that the providerId is “apple.com” or “google.com”, I can make a judgment and let users switch accounts and enter the game more easily.
Is there such a function or can it be added?
Thank you.