Closed aarku closed 2 years ago
Is this the reason why useCollection and useDocument calls Firestore on every render? I'm trying to avoid expensive costs and avoid query the server on every render.
useCollection
useDocument
No, I misread the code. This issue should be deleted.
Is this the reason why
useCollection
anduseDocument
calls Firestore on every render? I'm trying to avoid expensive costs and avoid query the server on every render.