
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

Right. There's no step up authentication yet. Creating a new session sounds like a good idea

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

Yes, it's a little weird, but you are right. That's the only option today.
I would have the function do the privileged action instead of returning true/false

thanks steven, i will go that way

[SOLVED] Validate credentials to confirm the operation
Recommended threads
- Flutter OAuth2 Google does not return to...
When the flow starts, the browser opens, I select an account, and it keeps showing: """ Page not found The page you're looking for doesn't exist. `general_rout...
- Redirect URL sends HTTP instead of HTTPS...
I am not sure since when this issue is present, but my Google and Apple redirect URI are no longer pointing to the HTTPS redirect URI when I try to use OAuth. ...
- Failing to run document operations on sd...
Could someone point me in the right direction I'm going in cirlces. I have a problem with sdks and my self-hosted server in production (for ~3 years) I have bee...
