Status Update
Comments
al...@google.com <al...@google.com> #2
Hello,
Thank you for reaching out to us with your request.
We have duly noted your feedback and will thoroughly validate it. While we cannot provide an estimated time of implementation or guarantee the fulfillment of the issue, please be assured that your input is highly valued. Your feedback enables us to enhance our products and services.
We appreciate your continued trust and support in improving our Google Cloud Platform products. In case you want to report a new issue, please do not hesitate to create a new issue on the
Once again, we sincerely appreciate your valuable feedback; Thank you for your understanding and collaboration.
al...@google.com <al...@google.com> #3
Hello,
Firestore supports exporting of non-default databases via both Google Cloud Console and the gcloud CLI, please refer to
Thanks.
al...@google.com <al...@google.com> #4
The big one is that every usage of notify
in a library needs to be wrapped with either a permission check or annotated with @RequiresPermission
. My current plan is to add the annotation. Hopefully these usages are close enough to public API surfaces that it works out cleanly.
The usages in integration tests will probably cause failures, but I'm not going to fix those myself. The SoonBlockedPrivateApi
will need to be fixed by the benchmark owner. Again, not gonna fix that.
al...@google.com <al...@google.com>
na...@google.com <na...@google.com> #5
This bug was linked in a change in the following release(s):
androidx.car.app:app-testing:1.3.0-beta01
Description
We need targetSdk to be 33 before we move forward with upstreaming, otherwise we are releasing potentially broken code in betas.