Hi,
I’m looking for any tips about making it easy to generate realm model objects across different platforms. It seems quite fiddly getting them matched and I wondered if there’s any good strategies for making it simpler.
I saw that it’s possible to generate language specific models using the Realm Studio tool, but the generated code isn’t always the best object structure and it’s a manual process.
Ideal would be something like protocol buffers that you could check into a single repo and reference from many projects. Is that too hopeful?