How to protect firebase Cloud Function HTTP endpoint to allow only Firebase authenticated users?

With the new firebase cloud function I’ve decided to move some of my HTTP endpoint to firebase. Everything works great… But i have the following issue. I have two endpoints build by HTTP Triggers (Cloud Functions) An API endpoint to create users and returns the custom Token generated by Firebase Admin SDK. An API endpoint … Read more