Open musiolmarco opened 6 months ago
Please correct me if I am wrong and if I missed something, but I think everything is implemented as documented. :)
Thanks for reporting, please note that 2.0 has not been released and far from stable. You should probably be using 1.6.0 until 2.0 comes out
Thanks for reporting, please note that 2.0 has not been released and far from stable. You should probably be using 1.6.0 until 2.0 comes out
All right, no problem.
I think I'll downgrade to the stable version then. Still Thanks for your work and I'm really looking forward to 2.0.0! 🙌
currently master branch (I need sqlite)
watchOne not fire remote request.
Last log is:
flutter: 46:149 [watchOne/users##1@4277816743] initializing (and also watching: tasks)
watchOne not fire remote request.
sorry, fixed with "remote: true,"
final state = ref.users.watchOne(
1, // user ID, an integer
remote: true,
params: {'_embed': 'tasks'}, // HTTP param
alsoWatch: (user) => [user.tasks], // watcher
);
Hey @frank06, I am not sure if you are already aware of it, but somehow remote saving is not working for me anymore since 2.0.0:
I am trying it like this (which worked before, so I assume it's a new version issue):
But I always get an exception: