-
…in reply to @JoeEmison
JoeEmison ben11kehoe Both Cloud Functions and Cloud Run use the same IAM invoker permission model. If your function/service is public, you can invoke them with an HTTP call to their URL. If "private", you need to add a
Authorization: Bearer ID_TOKEN
header using firebase.google.com/docs/reference/js/v8/firebase.User#getidtoken