Maneesh Tewani

Results 52 comments of Maneesh Tewani
trafficstars

Interesting. The only way I was able to reproduce this was to set `this.roomid` to undefined, but let me try passing in the values as props.

I was able to reproduce the issue with [create-vue](https://github.com/vuejs/create-vue), but downgrading to 8.2.3 didn't seem to work for me. And after investigating some more today, it seems like the issue...

Are you using the same CLI tool? And the latest version of it?

In the meantime, I would recommend you take a look at the [official vue bindings for Firebase](https://github.com/vuejs/vuefire)

Hi all, as a workaround, are you able to use the function `toRaw`? In your example @shija-ntula, I was able to call `toRaw` on `this.chatsRef` to bypass the Vue Proxy...

Hi @poltak - this is something we are looking into, but do not have an ETA for. Thank you for filing this.

@poltak, out of curiosity, are you attempting to use Firebase Storage for uploading files in a service worker?

@poltak `xhr-shim` doesn't allow for progress events, is that not part of your use-case?

@poltak Thank you for describing this. As upload status is not widely supported and is a critical feature for Firebase Storage, we cannot switch over to use `fetch` at this...

> @maneesht Let me know what you think and I can write up an API proposal. LGTM