fullstackreact/react-native-firestack

what is / when to use, keepSynced ?

ajonno opened this issue · 0 comments

we're building an app whereby its important that if one user makes a change to a Firebase ref, and another user has their device open and looking at the exact same view - that this ref also updates in real time (on that second users device)

to ensure this is the case do we need to add "keepSynced" ?