If two users have access to different data (say, through ownership), a developer may think there is a bug in the backend when the other users' data is displayed. That's because the in-memory data store is not being reset.
Add this somewhere after the sign-out action, probably in a then().
If two users have access to different data (say, through ownership), a developer may think there is a bug in the backend when the other users' data is displayed. That's because the in-memory data store is not being reset.
Add this somewhere after the sign-out action, probably in a
then()
.Thanks http://emberigniter.com/clear-ember-data-store/