I am planning to use firebase Admin API to validate all protected APIs from client. Question I have is
...
const user = await admin .auth() .verifyIdToken(req.headers.authtoken);
2.1m questions
2.1m answers
60 comments
57.0k users