fullstackreact / react-native-firestack

A firestack v3 react-native implementation
MIT License
715 stars 132 forks source link

what is / when to use, keepSynced ? #309

Open ajonno opened 7 years ago

ajonno commented 7 years ago

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" ?