Maneesh Tewani
Maneesh Tewani
Hi, I'm a maintainer on the RTDB JS SDK team and it should have been resolved in a previous version. Can you please try upgrading flutterfire?
@SteffenKeller - would you mind providing more details on this? What version of the JS SDK? Browser or Node? What version? Can you provide a reproducible example?
After taking some time to look at this, it seems like `initWithDictionary`'s initial use-case was to initialize data that was received by the server. And then, you mutate `customMetadata` instead...
Closing. Will re-open once the master branch is re-named.
I unfortunately wasn't able to reproduce this issue. A stacktrace/log would be very helpful in getting to the bottom of this.
Could you please provide a minimal repro?
@Jasonkoolman Thank you for this example. Do you see this problem when running a production build locally? Reopening as this is still an issue. (Though it's not clear if the...
@Jasonkoolman - could you please share your code for `onConnectionChanged`? I'm curious whether if it's updating `isOnline` and then causing the `useEffect` to run again
@marcusx2 - unfortunately, I'm unable to reproduce your error. Here's what I tried: ``` const db = getDatabase(); const q = ref(db, 'posts'); const url = q.toString(); const r =...
In `sendMessage`, is `this.roomid` defined? If it's undefined, then we throw that error.