edwardmcleodjones
edwardmcleodjones
https://nozbe.github.io/WatermelonDB/Relation.html#relation-api > Remember, WatermelonDB is a lazily-loaded database, so you don't get the related User record immediately, only when you **explicitly fetch it** > > Most of the time, you...
Good to hear you got it working. The other approach might be to use `of$` to return an empty user until the user is syncronized. See this part of the...
> I think this is pretty close to #4 ? > > Maybe we could discuss this there ? Yeah, sorry for hijacking the other PR. As I said, I...