You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to make this app. I am working on FBAuth function, but it doesn't work. Postman shows me {} as a response, and firebase logs shows:
Error while verifying token TypeError: Cannot read property 'data' of undefined
at FBAuth.admin.auth.verifyIdToken.then.then (/srv/index.js:71:46)
at <anonymous>
at process._tickDomainCallback (internal/process/next_tick.js:229:7)
I am trying to make this app. I am working on FBAuth function, but it doesn't work. Postman shows me
{}
as a response, and firebase logs shows:My code looks like this:
Can anybody help me?
The text was updated successfully, but these errors were encountered: