react-native-firestack
react-native-firestack copied to clipboard
what is / when to use, keepSynced ?
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" ?