I want an API that validates custom tokens on the server.
I am testing e2e in nodejs (nestjs). Since only the 'verifyIdToken' method exists in 'firebase-admin', branching is done according to environment variables for testing.
I think that if the 'verifyCustomToken' method exists, we can conduct tests that are more similar to actual operation.
1
vote
윤윤 (윤윤)
shared this idea