Hi devs Hope we are all well. So I have found what could be a bug in Sign In With Apple and Firebase recently and im not sure if its actually my code or a bug. So when I SIWA I can auth correctly and get users name, create credential etc all this works, problem arises when I try to SIWA after removing the account. The credential is removed from Firebase Auth but when I try to SIWA it presents the ReAuth view not the New Auth SIWA view. After investigation into my iCloud account it shows as my app is still authorised to user SIWA even though the account is deleted on Firebase. This is seen in: iCloud > Password & Security > Apps Using Apple ID
So I am wondering if this is a bug or my code. I have followed all relevant Firebase and Sign In With Apple references and the integration guide on Firebase but the iCloud part still remains after he account is removed from Firebase Auth. So how do I remove this from iCloud?
Thanks