#[SOLVED] Validate credentials to confirm the operation

1 messages · Page 1 of 1 (latest)

serene kelp
#

some operations I want the user to confirm with their credentials, for example deleting a document. How to do this without creating new session?
All the ways I thought, it would have to be by cloud function but it would still create a session

desert pelican
serene kelp
#

is that creating a new session I found it a bit strange because it goes to the session history but I think that today it is the only option.
cloud function
session creation
I deleted the session
returns true or false to the client

desert pelican
serene kelp
#

thanks steven, i will go that way