The issue I'm encountering is that when a user logs out using Apple ID, Firebase Auth doesn’t return the user's data again upon re-login. I understand that I can store this data and restore it once the login is successful, but due to Apple's policies, I must allow users to delete all their account data. Even after they do so within the app, my app’s login still appears in the list of authorized Apple ID logins.
Is there currently a way to completely remove my app from this list of authorized logins on Apple ID once the user has deleted their account?
Is there currently a way to completely remove my app from this list of authorized logins on Apple ID once the user has deleted their account?