Firebase Get Git Commit Hash of Latest Deployment

There’s a question often asked within development teams – what branch and/or commit ID is deployed on production (or staging) environment ? Firebase doesn’t let us answer that in any built-in or straightforward way. In some cases it might be a requirement to answer this question, primarily for services like firebase functions and firebase hosting. […]