According to the Firebase Functions Authentication Triggers documentation: "You can trigger Cloud Functions in response to the creation and deletion of Firebase user accounts."
Is it possible to trigger a Cloud Run service in the same way? I've also tried digging through the docs to see if Firebase Authentication will publish on a pub/sub topic, hoping I could trigger the Cloud Run service that way, but all I can find is documentation for Cloud Function triggers.