We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f60b8 commit e4e2a49Copy full SHA for e4e2a49
Firebase/Database/CHANGELOG.md
@@ -1,9 +1,12 @@
1
# Unreleased
2
+
3
+# v6.1.0
4
+- [fixed] Fix Catalyst Build issue. (#3512)
5
- [feature] The SDK adds support for the Firebase Database Emulator. To connect
6
to the emulator, specify "http://<emulator_host>/" as your Database URL
7
(via `Database.database(url:)`).
8
If you refer to your emulator host by IP rather than by domain name, you may
- also need to specify a namespace ("http://<emulator_host>/?ns=<namespace>").
9
+ also need to specify a namespace ("http://<emulator_host>/?ns=<namespace>"). (#3491)
10
11
# v6.0.0
12
- [removed] Remove deprecated `childByAppendingPath` API. (#2763)
0 commit comments