github invertase/react-native-firebase v14.0.0

latest releases: v24.1.1, v24.1.0, v24.0.0...
6 hours ago

BREAKING CHANGES

  • Previous versions of firestore here incorrectly saved integers as doubles on iOS, so they did not show up in where/in queries. You had to save numbers as strings if you wanted where/in queries to work cross-platform. Number types will now be handled correctly. However, If you have integers saved (incorrectly!) as double (from previous versions) and you use where / in style queries on numbers, then the same document will no longer be found via .where. Mitigation could be to go through your whole DB and load and re-save the integers correctly, or alter queries. Please test your where / in queries that use number types if this affects you.

Don't miss a new react-native-firebase release

NewReleases is sending notifications on new releases.