Eventarc seems like a very useful means of connecting events to your application, particularly with CloudRun, however without being able to emulate all of these events locally, it makes them very difficult to rely on.
i.e. If I'm using the Firestore database with CloudRun, I can use eventarc to call a CloudRun endpoint for certain firestore document events, which is very convenient. I can't rely on these events for anything important in my app though unless I can find a way to emulate the eventarc connections when I run the firestore emulator locally as well. How would I do this?