VDiaz

Results 11 comments of VDiaz

I'm having this problem. It's only with the `fromEvent` as the `this.socket.emit` works as expected. Any ideas what I may be doing wrong? ``` // Packages "@nestjs/platform-socket.io": "^9.0.11", "@nestjs/websockets": "^9.0.11",...

Never mind. I had to subscribe. Duh!

> @kris-kolve-jumio Would you mind opening a different issue for the storage emulator timeout? https://github.com/firebase/firebase-tools/issues/4908

I tried with nx 14.6.1 and problem persists. Is there a way to set the dependencies explicitly?

> You'll need to use the additional dependencies option in the module-federation.config.js file for the apps using Firebase. (https://github.com/vdiaz1130/nx_mf_firebase_import_issue/blob/main/apps/host/module-federation.config.js) > > Using the contents from the link above, it would...

> Looks like you'll also need to add `@apollo/client/core` to `additionalShared` Thank you for your response. But Apollo is not part of the repo. It’s all Firebase code. I added...

Yup. I've tried that but get the following error for each of those deps: `The specified dependency "firebase/analytics" in the additionalShared configuration does not exist in the project graph. Please...

One thing I would note is that all those packages are nested inside the Firebase node_modules directory: ![image](https://user-images.githubusercontent.com/24530571/191041400-52173e47-34ec-4435-aa26-95b058371fd2.png)

I didn't test this but looks like it may work - or at least the starting point for something useful =) EDIT: Made some adjustments and made it work. ```...

@anteqkois In your setup, you have one app and components.json points to that app. How would you configure this with multiple apps?