Delete current user
Last updated
Last updated
This action deleted the current authenticated user from the Firebase authentication service and also gives the option to delete the related user document on the users collection.
The user must provide the current account password to confirm the delete operation.
If you check this box, the user document related to the current user will also be deleted.
The name or ID of the collection where user's data is stored. The related document will have the same ID that user has on the authentication service.
If left blank, all listener on the page with blank ID's will be triggered at the same time, so we suggest to always define a Trigger ID.
Error in Action (if an error occurs)
This will link the action with a of the same ID.
When there is an error running the function, it will trigger the event.
Those events are triggered by an with the same ID as the provided on the action.