-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Description
@react-native-firebase/firestore data read issue
React Native version: 0.77.1
@react-native-firebase/firestore version: 21.11.0
Device: Android
Note:- also i'll check 21.14.0 (not worke)
#Debug APK #
-> Works fine for a few minutes after opening the app
-> After some time, it stops reading data in real-time
-> Need to refresh or reopen the app to read data again
#forRelease #
-> When the app is opened, any Firestore data updates are not read in real-time
-> To see updates, the app needs to be closed and reopened
-> If the app is closed and new data is added to Firestore, then after opening the app, the data is read correctly
-> Manually fetching data via a button works immediately
#Problem Summary#
-> Real-time updates work initially or with manual fetch, but automatic real-time listeners stop updating after some time in debug, and do not update at all in release builds