When a user is deleted, I am using the action chain (1st photo). I am using a follow/following system of two user reference lists in the user document. (2nd photo). When I delete a user, all information is gone, but the counter that counts the number of document references does not update: it shows 4 but there are only two account present. (see 3rd photo) Whats strange is that it looks like that flow is not deleting any email/password account in firebase, but it does successfully delete the user document. (see the empty document 4th photo) What's wrong with my delete account action flow?
What's strange is that even when I manually delete an account from firebase, the issue of the user's following ref lists not updating still persists. So kinda a two part question. Wnadering why my delete account flow won't work, and why my follow/folloing ref lists arent updating when an account is deleted.
t