getditto / DittoAndroidTools

Diagnostic and Debugging Tools for Ditto Android SDK
MIT License
6 stars 1 forks source link

Data Browser: Multiple Schemas in a Collection #58

Open ben-bradley-cfa opened 7 months ago

ben-bradley-cfa commented 7 months ago

When viewing data in the data browser, it appears that it chooses a schema from one of the documents and then represents all documents in that schema. I'd guess it's simply by first found.

Instead, can the browser show each document with all of its properties, uninfluenced by other documents?

bplattenburg commented 3 months ago

Can whoever picks this up validate if we need to make the same change in DittoSwiftTools and log a matching issue there if so?