From 6de138752d2885ba6a884961d5acbf2a4f739684 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Fri, 28 Dec 2018 08:32:05 -0800 Subject: [PATCH] Add RTDB Changelog --- firebase-database/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 firebase-database/CHANGELOG.md diff --git a/firebase-database/CHANGELOG.md b/firebase-database/CHANGELOG.md new file mode 100644 index 00000000000..efa96d5dc73 --- /dev/null +++ b/firebase-database/CHANGELOG.md @@ -0,0 +1,4 @@ +# Unreleased + +- [fixed] Fixed an issue that could cause a NullPointerException during the initial handshake with + the Firebase backend (#119).