How can I upgrade my crashlytics SDK without migrating my current react-native-firebse/crashlytics which is in 6.3.4 #4435
-
When I upgrade all the libraries I get issue while fetching data. Currently I am using :- But when I updated I am getting issues while fetching data from server (firestore). Please suggest me something. This issue is specifically for android. iOS everything seems to work fine. Sharing a sample of code :- Here "lastSyncedServerTimestamp" is the last time when I fetched data from server firestore().collection("CollectionName").where( }) Also I am using firestore.FieldValue.serverTimestamp() as _serverDocumentUpdatedOn. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Sorry, I'm not sure what "issue" you are having specifically so I can't recommend anything. In general we recommend using current stable versions of everything though |
Beta Was this translation helpful? Give feedback.
-
https://rnfirebase.io/releases lists all our releases If you want to upgrade the SDKs independently of react-native-firebase: And here's a PR that shows how to manually upgrade the native SDKs: |
Beta Was this translation helpful? Give feedback.
https://rnfirebase.io/releases lists all our releases
If you want to upgrade the SDKs independently of react-native-firebase:
Latest Android versions: https://firebase.google.com/support/release-notes/android#bom_v26-0-0
Latest iOS versions: https://firebase.google.com/support/release-notes/ios#version_700_-_october_26_2020
And here's a PR that shows how to manually upgrade the native SDKs:
#3881