-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
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
[BUG] Duplicate entries when lazyMode:true #272
Comments
seems people know about it and made this https://www.npmjs.com/package/react-admin-firebase-lazy-load/v/3.2.32 |
Hello guys, Any updates on this please? |
@ucefkh I'm using the Can you share your
|
Hi @ucefkh, I got the same problem. ResourceManager.ts:95
Hope this help! |
I get the same error even without lazy loading enabled. With the newest version of the react admin (4.9.3) and react admin firebase (4.1.2) Every time i refresh the page, entries get appended to the old ones. |
yes @KonkretneKosteczki I confirm this is still a bug in 4.1.2 latest version!! so weird! even though they got getServerCounter now! |
Seems the issue comes from the getQueryCursor which doesnt find the last document id cursor so it fetches the docs again and again but also we might need to enable indexing for fields?? https://firebase.google.com/docs/firestore/query-data/aggregation-queries |
I fixed this issue on my fork https://www.npmjs.com/package/react-admin-firebase-01tek the solution was so dumb! |
This is a Serious bug I saw for a few years now that wasn't fixed yet
Reproduction:
Use react admin-firebase and set lazyMode:true that's it!
I can't share my Firebase app publicly so you can try it
Look how bad this is!
It is affecting us so much and I knew this bug for a few years now that was never fixed
The text was updated successfully, but these errors were encountered: