so I already have some firebase emulators running on my project (auth, functions and firestore emulators).
if I run firebase emulators:start
then I will have this 2 messages in my terminal
i emulators: Starting emulators: auth, functions, firestore
⚠ functions: The following emulators are not running, calls to these services from the Functions emulator will affect production: database, hosting, pubsub
now I want to add pubsub emulator to my current project, how to do that? I use NodeJS