When I use Firestore, and I do the following:
- I query a list of items with a limit.
- I delete an item from that list, then I delete another one.
- The rest of the items start to disappear (they are not deleted, they are just not shown to the user that is logged in).
- If I clear cache/cookies or use incognito window, the items disappeared are shown again, but if I delete another item again, they start to disappear for this user too.
I have created a Stackblitz reproducing the error: https://stackblitz.com/edit/angular-yhbuma
To reproduce the app you only have to fill the Firebase config in app.module.ts:
Just start to add items clicking on ADD ITEM, until you have enough to have more than 1 "page". Then click on DELETE, in one, then in another one...