Shija Ntula
Shija Ntula
Any work round for this. its really important.
Down grading firebase did'nt help anything. The same error occurred Any idea/workaround? Im stuck here.
I downgraded to 8.2.3
> In `sendMessage`, is `this.roomid` defined? If it's undefined, then we throw that error. It's defined. Its in ```props``` and it comes from another component to which the current component...
I've resolved the error. And now its working. The problem occurred because of using a single database reference for both listening and writing data. ```javascript import { database, ref, onValue,...
> 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. Since the undefined...
I created my vue project with [create-vue](https://github.com/vuejs/create-vue) and then installed firebase with ```npm i firebase```
> but downgrading to 8.2.3 didn't seem to work for me. The same to me