0

I am creating an admin page where I can delete or disable any user based just on their uid.

The issue is that I can't find any code in the docs for doing so using javascript in Firebase 9.

Apple
  • 1
  • 1
    You cannot delete other users using Firebase Client SDK (same applies for V9). You would have to Admin SDK (in a Cloud function or server) to delete other users as explained in the linked answer. – Dharmaraj Mar 31 '22 at 14:43

0 Answers0