Skip to content

Token info infinite loop on error #648

Closed Answered by mobizt
Cintet00 asked this question in Q&A
Discussion options

You must be logged in to vote

I think you incorrectly use or provide invalid parameter to the function setIdToken.

Please make sure you understand the information that provided in the example.

/* Set ID token */
// The ID token obtained from other apps e.g. Firebase Admin.
// The Refresh token for token refreshment which used when token was expired.
// If Refresh token was not assigned or empty string, the ID token will not refresh when it expired.
Firebase.setIdToken(&config, "<ID Token>", 3600 /* expiry time */, "<Refresh Token>" /* refresh token */);

There is no bloc…

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@Cintet00
Comment options

@Cintet00
Comment options

Answer selected by mobizt
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@Cintet00
Comment options

@mobizt
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants