Rosário P. Fernandes

Results 132 comments of Rosário P. Fernandes

@yveskalume I'm looking at our docs for [Google Sign-in](https://firebase.google.com/docs/auth/android/google-signin), and it seems like they have been updated for [One Tap Sign-in](https://developers.google.com/identity/one-tap/android/get-saved-credentials) and we no longer use `startActivityForResult`, so this should...

@ghs-gs as suggested in the error, you can run `firebase init storage`. This will configure basic storage rules for you, stored in a `storage.rules` file.

Oh @ghs-gs looks like something went wrong when your project was created and it was not assigned a GCP resource location. Maybe the answers in [this post](https://stackoverflow.com/a/58579043/5861618) will help you?

@blackboldse Can you explain your issue a little more?

Hey everyone! I have informed the Crashlytics engineers and they are working on it. In the meantime, please stick to `firebase-crashlytics-gradle:2.9.9`. This issue will be updated once the fix is...

Thanks for reporting this @rwhogg It seems like that problem happens with projects that use relative paths (eg. `/CONTRIBUTING.md`) on their README. I think that problem could/should be corrected on...

There was a prior discussion around this issue, I'm linking it here for visibility: #5176 (the fix that was implemented back then was reverted at some point because it caused...

Release notes are on the way. :) @ArcherEmiya05 we had to upgrade to minSdk 23 because some of our internal dependencies that also got upgraded to 23. If you still...