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 4574d4e commit b806a07Copy full SHA for b806a07
firebase-dataconnect/CHANGELOG.md
@@ -23,6 +23,13 @@
23
* [changed] Replaced java.util.Date with
24
com.google.firebase.dataconnect.LocalDate.
25
([#6434](https://github.com/firebase/firebase-android-sdk/pull/6434))
26
+* [changed] `DateSerializer` removed, as it is superceded by
27
+ `LocalDateSerializer`.
28
+ As of Data Connect emulator version 1.7.0, the generated Kotlin code uses
29
+ `com.google.firebase.dataconnect.LocalDate` instead of `java.util.Date`.
30
+ Therefore, this version of the SDK must be paired with an appropriate version
31
+ of the Data Connect emulator.
32
+ ([#NNNN](https://github.com/firebase/firebase-android-sdk/pull/NNNN))
33
34
# 16.0.0-beta02
35
* [changed] Updated protobuf dependency to `3.25.5` to fix
0 commit comments