Shanzid Shaiham

Results 8 comments of Shanzid Shaiham

@ehsannas Here you go: https://github.com/Shanzid01/firestore-db-persistence-error I've also deployed the code here: https://firestore-db-persistence-error.pages.dev So you should be able to see the error in the browser logs as soon as the page...

hello @ehsannas, were you able to access the repo?

@ehsannas is there a workaround to still enable caching so that accessing the same firestore data every time doesn't cause a new `read` (i.e. doesn't cause a billable event)? And...

Thank you @ehsannas, I really appreciate your transparency. I'll keep an eye out for potential fixes/workarounds. As for the versioning, the project I shared with you previously is on SDK...

Hi @ehsannas. I was able to diagnose and fix this issue in [PR#6173](https://github.com/firebase/firebase-js-sdk/pull/6173). I've also updated [the demo repository](https://github.com/Shanzid01/firestore-db-persistence-error) to reflect these changes and show that the patch works [[see...

Yep! Precisely. So this would have to be something which is only there if someone includes the javascript file.

My bad. Apologies for the wrong label, couldn't figure out exactly what to categorize it as.

For anyone coming across this and looking for at least a temporary fix, you can try using the patch-package library to create a fix for this. I've done so in...