aumuaythai / aumt-website-frontend

AUMT club membership website
https://aumt.co.nz
2 stars 1 forks source link

Firebase functions #36

Closed mouyang2001 closed 2 years ago

mouyang2001 commented 2 years ago

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