Delete a user account

This action will delete the account a user, with administrative privileges, by running a firebase-admin instance on Bubble's backend.


Inputs and Settings

User ID

The ID of the user you want to delete.

Delete user Firestore document

If checked, the corresponding user's document on Firestore will also be deleted. The document will have the same ID as the user.

Users Collection

The name or ID of the collection used to store user data.


Returned Values

This action returns no values, as the update operation on firebase-admin returns no information about the updated document.

Last updated