Status Update
Comments
ni...@google.com <ni...@google.com> #2
This mentioned interface was removed only starting 7.2
, so you shouldn't have problems with using firebase with AGP 7.1
. Are you sure you don't have a dependency somewhere (maybe buildSrc?) on AGP or just gradle-api
7.2?
ko...@bilt.com <ko...@bilt.com> #3
I looked in ~/.gradle/caches/modules-2/files-2.1/com.android.tools.build/gradle-api and ~/.gradle/caches/modules-2/files-2.1/com.android.tools.build/gradle
Only 7.1.0-beta04 and 7.1.0-beta05 is there.
I checked with a new project. This problem only occurs when I enable the com.google.gms.google-services
and com.google.firebase.firebase-perf plugin.
Without these plugins everything works fine.
at...@verifiably.com <at...@verifiably.com> #4
This is a known issue, we are working with those teams so they release a compatible plugin.
m....@tambolin.com <m....@tambolin.com> #5
lu...@gmail.com <lu...@gmail.com> #6
ba...@gmail.com <ba...@gmail.com> #7
Last communication from firebase-perf team stated a release is scheduled for this week.
pa...@joineasyhealth.com <pa...@joineasyhealth.com> #8
But it looks like not only perf but androidx.navigation.safeargs.gradle.SafeArgsPlugin
also has this issue.
sh...@gmail.com <sh...@gmail.com> #9
Yep, androidx.navigation.safeargs.gradle.SafeArgsPlugin
seems to be an issue too.
ya...@egen.ai <ya...@egen.ai> #10
pn...@gmail.com <pn...@gmail.com> #11
safegargs will be fixed with the next jetpack release which is currently scheduled for end of January.
sorry it is taking so long, the holidays have delayed many releases.
ma...@codibly.com <ma...@codibly.com> #12
firebase perf still has the issue, but I just removed that plugin for now as it requires no app side changes. instead I just commented it out. google-services 4.3.10 does not seem to be an issue.
I was able to get by the nav plugin issue by using a new snapshot:
buildscript {
repositories {
google()
mavenCentral()
maven("https://androidx.dev/snapshots/builds/8054565/artifacts/repository")
}
}
then update the plugin to
classpath("androidx.navigation:navigation-safe-args-gradle-plugin:2.5.0-SNAPSHOT")
I don't know whether I should update the rest of my nav deps to 2.5.0 snapshot, but this'll do for now.
an...@anjul.com <an...@anjul.com> #13
an...@anjul.com <an...@anjul.com> #14
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Dolphin Canary 2 (2021.3.1.2)
- Android Gradle Plugin 7.3.0-alpha02
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
du...@gmail.com <du...@gmail.com> #15
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Dolphin Canary 5 (2021.3.1.5)
- Android Gradle Plugin 7.3.0-alpha05
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
ky...@gmail.com <ky...@gmail.com> #16
ga...@gmail.com <ga...@gmail.com> #17
read #13
go...@tenderly.co <go...@tenderly.co> #18
lo...@gmail.com <lo...@gmail.com> #19
This issue was already fixed, please upgrade your firebase perf plugin to 1.4.1
or later
lu...@gmail.com <lu...@gmail.com> #20
Is there any news or alternative technology or approach one should look at?
Thanks
an...@anjul.com <an...@anjul.com> #21
gg...@gmetric.com <gg...@gmetric.com> #22
va...@google.com <va...@google.com>
gh...@google.com <gh...@google.com> #23
We have received the update from the internal team that we have no active plans to support web sockets for API Gateway, but other solutions such as
I'm going to close this issue, which will no longer be monitored. If it’s really blocking your business requirements, you can report the issue again, please do not hesitate to create a new issue on the
Description
It would be a great feature to support Websockets in Google Cloud API Gateway (Beta)