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);
1.4m articles
1.4m replys
5 comments
57.0k users