Firebase – firestore cloud functions – delete document
i need to deleete an user from firebase auth, and then delete the document corresponding to the user. The deletion from authentication works, but i dont know how to delete from firestore. I have this import * as functions from…