react-native-firebase
Advanced tools
Changelog
14.0.0 (2021-12-14)
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.