Search code examples
firebasegoogle-chromefirebase-realtime-databasemicrosoft-edgefirebase-console

Firebase database node property value getting truncated in Chrome, Edge


Started working on Firebase database just recently, and node property value is getting truncated.

Which is why sometimes, it's difficult to understand the type of value.

For e.g. the below value are all strings, however, since the ending quotation is not showing, it's confusing.

Also one value is not fully visible.


Chrome: 72.0.3626.121

enter image description here


Edge 42.17134.1.0

enter image description here


Looks OK in Firefox 65.0.1

enter image description here


Windows 10 64-bit

Is this a browser issue? I'd like to work with Chrome.


Solution

  • This indeed looks like a browser-specific rendering issue. I have it in Chrome too occasionally, but aren't too bothered by it (since the data is stored correctly).

    It might be worth filing a bug report, so that the UI engineers who build this know that this occurs on a specific browser.