File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change
1
+ # v4.0.2
2
+ - [ fixed] Retrieving a Database instance for a specific ` FirebaseApp ` no longer returns a stale instance if that app was deleted.
3
+ - [ changed] Added message about bandwidth usage in error for queries without indexes.
4
+
1
5
# v4.0.1
2
6
- [ changed] We now purge the local cache if we can't load from it.
3
7
- [ fixed] Removed implicit number type conversion for some integers that were represented as doubles after round-tripping through the server.
38
42
observer immediately after connecting to the Firebase Database backend could
39
43
result in completion blocks for other operations not getting executed.
40
44
- [ fixed] Fixed an issue affecting apps using offline disk persistence where
41
- large integer values could lose precision after an app restart.
45
+ large integer values could lose precision after an app restart.
You can’t perform that action at this time.
0 commit comments