Implement firebase cloud functions and created remove user API functionality. Will check if the user making the request is an admin via firestore document lookup within admin collection.
Now when removing a user, you also remove their authentication.
Implement firebase cloud functions and created remove user API functionality. Will check if the user making the request is an admin via firestore document lookup within admin collection.
Now when removing a user, you also remove their authentication.
closes #17