firebase / firebase-android-sdk

Firebase Android SDK
https://firebase.google.com
Apache License 2.0
2.24k stars 569 forks source link

firebase-crashlytics-ktx:version 19.0.2 mutes firebase-messaging-ktx. #6085

Closed H0neyHunter closed 1 week ago

H0neyHunter commented 3 weeks ago

The version of firebase-crashlytics-ktx:19.0.2 affects firebase-messaging-ktx:24.0.0 and all versions of firebase-messaging. And notifications are muted too.

[READ] Step 1: Are you in the right place?

Issues filed here should be about bugs in the code in this repository. If you have a general question, need help debugging, or fall into some other category use one of these other channels:

[REQUIRED] Step 2: Describe your environment

[REQUIRED] Step 3: Describe the problem

Steps to reproduce:

What happened? How can we make the problem occur? This could be a description, log/console output, etc.

Relevant Code:

// TODO(you): code here to reproduce the problem
google-oss-bot commented 3 weeks ago

I found a few problems with this issue:

lehcar09 commented 3 weeks ago

Hi @H0neyHunter, thank you for reaching out. I tried reproducing the issue, however, I did not encounter an issue in using -ktx modules. Below is the dependency I used.

app/build.gradle.kts

    implementation("com.google.firebase:firebase-crashlytics-ktx:19.0.2")
    implementation("com.google.firebase:firebase-messaging-ktx:24.0.0")

Could you elaborate on the issue you're experiencing? If by any chance, can you share an MCVE to help us investigate the issue?

In addition to that, we recommend using the main modules instead of the KTX modules (when using Firebase BoM v32.5.0+. The Kotlin extensions (KTX) APIs have been added to their respective main modules. For example, all the APIs from firebase-perf-ktx have been added to firebase-perf under the com.google.firebase.perf package.

As part of this change, the Kotlin extensions (KTX) APIs in every KTX module are now deprecated. As early as April 2024, we'll no longer release KTX modules, and we'll also remove the KTX libraries from the Firebase Android BoM at that time. You can check this documentation for more details.

google-oss-bot commented 2 weeks ago

Hey @H0neyHunter. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically.

If you have more information that will help us get to the bottom of this, just add a comment!

google-oss-bot commented 1 week ago

Since there haven't been any recent updates here, I am going to close this issue.

@H0neyHunter if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this.