Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] cloud_functions onCall : How can I get idToken ? #1032

Open
Patrick386 opened this issue Dec 15, 2022 · 0 comments
Open

[DOCS] cloud_functions onCall : How can I get idToken ? #1032

Patrick386 opened this issue Dec 15, 2022 · 0 comments

Comments

@Patrick386
Copy link

Is there no user id token in context ?

How can I get idToken ?

Client: ex
String token = await user.getIdToken();

Server

The context automagically contains metadata about the request such as uid and token.

exports.getConfiguration = functions
.runWith({enforceAppCheck: true})
.https.onCall(async(data, context) => {

 const token = context.IdToken ???
.....
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant