Internal Server Error when verifying ID Token with Firebase Functions
I am trying to add a Firebase function that verify the id token given by a http request to verify user before letting him access my distant database.
I tried something using documentation in Node.js