Using HttpsCallable with service credentials
问题 I'm using a bunch of HttpsCallable functions that are used by the client to safely invoke things on the backend. I now find myself in a situation where the backend (another cloud function) would need to trigger some of the same operations, so ideally I would just call the HttpsCallable from another cloud function. The callable library is not available in firebase-admin, and I'm assuming that's because it's doing user authentication. Would it be possible to somehow work around this? Maybe I