Delete current user
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.
Inputs and Settings

Password
The user must provide the current account password to confirm the delete operation.
Delete user firestore document
If you check this box, the user document related to the current user will also be deleted.
Users Collection
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.
Trigger ID (optional)
This will link the action with a Action Listener of the same ID.
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.
When there is an error running the function, it will trigger the Error in Action event.
Triggered events
Those events are triggered by an Action Listener with the same ID as the Trigger ID provided on the action.
Error in Action (if an error occurs)
Last updated