Rosário P. Fernandes

Results 88 comments of Rosário P. Fernandes

okhttp has been removed from firestore in this week's release ([24.3.1](https://firebase.google.com/support/release-notes/android#firestore_v24-3-1))

@s2g090123 Can you expand your use case into detail? Why would you like to have the ability to remove dismiss listeners?

@s2g090123 Thank you for explaining. I'll wait for one of the engineers on the In-App Messaging team to review this.

@jaira While you wait for the upgrade, you can actually specify the grpc dependency explicitly and it should override the version bundled in firestore: ```groovy implementation 'io.grpc:grpc-android:1.46.0' implementation 'io.grpc:grpc-okhttp:1.46.0' implementation...

`grpc` has been updated to `1.48.1` in version [24.3.1](https://firebase.google.com/support/release-notes/android#firestore_v24-3-1) of firestore.

@rlazo Sorry I missed your previous comment. I agree that sticking to the Stable APIs is better. @michgauz digging into @rlazo 's suggestion of using `Channel` instead, I came up...

@svenjacobs ah, I see. Thanks for pointing that out! @LouisCAD sounds good! Thanks

Good news, everyone! :smiley: `callbackFlow` is stable in [Coroutines 1.5.0](https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.5.0) :partying_face:

Thanks @atulgpt for posting a workaround and thanks @madhall for suggesting adding it to our guides. Our doc page(https://firebase.google.com/docs/dynamic-links/android/receive) has been updated to include that.