iOS Question [Answered] - Account deletion issues when using Apple Auth with Firebase

Yuri Cinesi

Active Member
Licensed User
As per the new account deletion requirements that became effective on june 30th (https://developer.apple.com/news/?id=12m75xbj) it is now required that account deletion within an app calls apple's API to revoke user tokens.
Deleting the firebase user does not do this. Is it possible then to extract the apple auth ID/token from firebase? Otherwise I can't think of any other way to abide by the guideline.
 
Top