Rosário P. Fernandes

Results 132 comments of Rosário P. Fernandes

@angelolloqui That feature has just been released on [version 20.1.0](https://firebase.google.com/support/release-notes/android#performance_v20-1-0) (BoM 30.1.0) of Firebase Performance! Give it a try and let us know if it fixes your issue :)

@MarceloMaia2 I'm wondering in which cases would you need to programmatically dismiss it? Considering that an in-app-message usually interrupts the user and they have no option but to either click...

@MarceloMaia2 Ah, I see. Thanks for clarifying.

@MarceloMaia2 Thanks for the gentle reminder. I've filed this internally and I'm waiting for one of our engineers to take a look at it. We'll update this thread when a...

Hey @ColtonIdle Thanks for bringing this up. Our engineers will have a look and discuss this further once they have the time. For the time being, if you'd like to...

Another way you can launch a coroutine from `FirebaseMessagingService` is by declaring its scope and cancelling it on the Service's `onDestroy()`: ```kotlin class MyFirebaseMessagingService : FirebaseMessagingService() { private val job...

@FranRiadigos Would [Storage references](https://firebase.google.com/docs/storage/android/create-reference) work for you? You can use anything as a storage ref to your image, even the firestore doc id could be the reference. So for example:...

cc: @ywmei-brt1 who has been doing some work related to serialization.

I'm tracking the progress on Glide's side in https://github.com/bumptech/glide/issues/4850

@SergeyKharuk have you followed the steps provided in [Get Readable Crash Reports](https://firebase.google.com/docs/crashlytics/get-deobfuscated-reports?platform=android)?