-
Notifications
You must be signed in to change notification settings - Fork 578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add OrderDirection support #6307
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dconeybe
changed the title
Add OrderDirection support; a follow-up PR will add generated SDK tes…
Add OrderDirection support
Sep 25, 2024
Coverage Report 1Affected Products
Test Logs |
Size Report 1Affected Products
Test Logs |
maneesht
reviewed
Sep 25, 2024
...nect/src/androidTest/kotlin/com/google/firebase/dataconnect/OrderDirectionIntegrationTest.kt
Show resolved
Hide resolved
joehan
approved these changes
Sep 25, 2024
maneesht
approved these changes
Sep 25, 2024
aashishpatil-g
approved these changes
Sep 25, 2024
Release note changesThe following release notes were modified. Please ensure they look correct. Release Notesfirebase-dataconnect### {{firebase_data_connect}} version 16.0.0-beta01 {: #dataconnect_v16-0-0-beta01}
* {{feature}} Initial release of the Data Connect SDK (public preview). Learn how to
[get started](https://firebase.google.com/docs/data-connect/android-sdk)
with the SDK in your app.
* {{feature}} Added App Check support.
(GitHub [#6176](//github.com/firebase/firebase-android-sdk/issues/6176){: .external})
* {{feature}} Added `AnyValue` to support the `Any` custom GraphQL scalar type.
(GitHub [#6285](//github.com/firebase/firebase-android-sdk/issues/6285){: .external})
* {{feature}} Added `OrderDirection` enum support.
(GitHub [#6307](//github.com/firebase/firebase-android-sdk/issues/6307){: .external})
* {{feature}} Added ability to specify `SerializersModule` when serializing.
(GitHub [#6297](//github.com/firebase/firebase-android-sdk/issues/6297){: .external})
* {{feature}} Added `CallerSdkType`, which enables tracking of the generated SDK usage.
(GitHub [#6298](//github.com/firebase/firebase-android-sdk/issues/6298){: .external} and
GitHub [#6179](//github.com/firebase/firebase-android-sdk/issues/6179){: .external})
* {{changed}} Changed gRPC proto package to v1beta (was v1alpha).
(GitHub [#6299](//github.com/firebase/firebase-android-sdk/issues/6299){: .external})
* {{changed}} Added `equals` and `hashCode` methods to `GeneratedConnector`.
(GitHub [#6177](//github.com/firebase/firebase-android-sdk/issues/6177){: .external})
|
…ts once the data connect toolkit is released with OrderDirection support in Android codegen
dconeybe
force-pushed
the
dconeybe/dataconnect/OrderDirection
branch
from
September 25, 2024 16:35
7440ec6
to
128b537
Compare
emilypgoogle
pushed a commit
that referenced
this pull request
Sep 25, 2024
emilypgoogle
pushed a commit
that referenced
this pull request
Sep 25, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add
OrderDirection
enum support.For example:
A follow-up PR, #6308, will add generated SDK tests once the data connect toolkit is released with OrderDirection support in Android codegen.
Googlers see b/369348331 for details.