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 ff536cb commit 98905f4Copy full SHA for 98905f4
firebase-dataconnect/CHANGELOG.md
@@ -30,6 +30,12 @@
30
paired with code generated by version 1.7.0 (or later) of the Data Connect
31
emulator.
32
([#6513](https://github.com/firebase/firebase-android-sdk/pull/6513))
33
+* [feature] JavaTimeLocalDateSerializer and KotlinxDatetimeLocalDateSerializer
34
+ added, to enable using the standard "local date" classes `java.time.LocalDate`
35
+ and/or `kotlinx.datetime.LocalDate` instead of the bespoke
36
+ `com.google.firebase.dataconnect.LocalDate` class for `Date` GraphQL fields
37
+ and variables.
38
+ ([#NNNN](https://github.com/firebase/firebase-android-sdk/pull/NNNN))
39
40
# 16.0.0-beta02
41
* [changed] Updated protobuf dependency to `3.25.5` to fix
0 commit comments