Rosário P. Fernandes
Rosário P. Fernandes
Hey all, this has been addressed in v4.12.0 of the SDK: https://firebase.google.com/support/release-notes/admin/go#cloud-messaging
@doilio Just a tip: Use the web editor. Look for occurrences of ``. The first part shows the code you're pushing, the second part shows the code that was already...
@edwoollard I'm glad you found this library useful :) I'll definitely work on a Compose module for the library. But in the meantime, you can try something like this: ```kotlin...
@edwoollard don't apologise, you're not bothering at all. Questions are always welcome :) Your question just reminded me that this library is not getting enough love. I'll need to refactor...
Hey @edwoollard I've just released firecoil v2.0.0-rc2 which should be compatible with coil 2.0.0-rc2. So you can now update your project and use this: ```kotlin .components { add(StorageReferenceKeyer()) // this...
@ludovicroland Oh, thanks for bringing this up. I thought diskCache was enabled by default. I'll try to implement it on the `StorageReferenceFetcher` and will share an update here once it's...
@rammohanmishra this project has been moved to https://github.com/googlesamples/mlkit/tree/master/android/material-showcase You may want to open this issue there.
I suggest replacing the `ImageDownloadTask` class with an Image Loading Library. [Glide](github.com/bumptech/glide) maybe?
@DonBraulio Sorry that you ran into that error. And that seems to be a problem on our side: the [`linkWithCredential()`](https://firebase.google.com/docs/reference/android/com/google/firebase/auth/FirebaseUser#public-taskauthresult-linkwithcredential-authcredential-credential) method is currently broken due to a change in the...
@step135 I couldn't understand your question. Is it related to geofire?