Failed to connect to Web3Auth using node-sdk on Firebase cloud functions #1361
wegoinggroup
announced in
Help
Replies: 1 comment 1 reply
-
Finally notice the post Web3Auth's Node.js SDK contained the solution. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I try to use the
@web3auth/[email protected]
to connect to Web3Auth with Firebase, but there's some errors.Here is the sample code in the client web,
and the code on cloud functions,
I also confirmed the
idToken
containssub
,aud
,iat
,iss
field, etc.Any idea why this error happened?
Beta Was this translation helpful? Give feedback.
All reactions