We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Say a record exists on both online and offline store.
Now, somebody deletes it from the online store. The next time I call emberSync.find(), will it be deleted from the offline store?
Just want to know if you can confirm the behavior (currently unable to test). I looked over the code and this does not seem to be the case. Thanks!
The text was updated successfully, but these errors were encountered:
@bzeng nope. The 2 ways for that to be possible are:
/deleted
status: removed
That's very unique to the application, so I decided to not to it at the time and do a hack in my own application.
Sorry, something went wrong.
No branches or pull requests
Say a record exists on both online and offline store.
Now, somebody deletes it from the online store.
The next time I call emberSync.find(), will it be deleted from the offline store?
Just want to know if you can confirm the behavior (currently unable to test).
I looked over the code and this does not seem to be the case. Thanks!
The text was updated successfully, but these errors were encountered: