How can I configure the Firebase Cloud function emulator so that my function receives messages from a real cloud topic
I want to be able to test my cloud function locally in the Firebase emulator with it receiving messages from an actual topic in the Firebase cloud environment (not from the Firebase PubSub emulator).