Denis Loginov

Results 152 comments of Denis Loginov

Basically, something to indicate that a request was done and its status/run time.

Agreed, I think it'd be nice to expose a common way to add middlewares in main(), which would make the framework extensible to cover any needs of development for any...

Any updates on this? Thanks

Multi-tenancy and role-based query filtering is the exact use case I'm thinking about as well. Any updates for this?

This seems to work in my setup, i.e. `deploy` picks up packages from the root `node_modules`, even though `package.json` for that is located under the `api/` workspace (I've used a...

@orouz unfortunately not yet, it's closed source for now.

Could you elaborate what the issue is? As mentioned above, I just use bare Yarn with `api` and `app` workspaces in it, and I build them using `yarn workspace api...

Also, I might be wrong but I think the `firebase deploy` script doesn’t actually use your `node_modules` directory. I think it just picks up the code, `package.json`, and `yarn.lock` from...

@samtstern @jthegedus thanks, good to know!

Sorry, could you clarify which folder your `firebase.json` lives in (and show its configuration section for `functions`)?