Rosário P. Fernandes

Results 156 comments of Rosário P. Fernandes

@Alex-7 This is due to the fact that Android Gradle Plugin v8.0 stopped generating the `BuildConfig` class. You can fix this by adding the following line to `gradle.properties`: ```properties android.defaults.buildfeatures.buildconfig=true...

Oops, I missed the PR description before reviewing the code. > Currently headers can only be added to an instance of HttpsCallableReference, meaning on a per-function basis. If we want...

@svenjacobs Sorry I missed this. Due to the addition of providing headers in `HttpsCallableOptions`, I have just brought this up internally for discussion. I will ping this thread again once...

Sorry, I meant add both `HttpsCallableOptions#addHeaders()` and `HttpsCallableOptions#addHeader()` (meaning we wouldn't need to add those functions to `HttpsCallableReference`)

Hey @WrathofGod There are a few possible reasons why this could happen, can you please try the solutions documented in StackOverflow [post 1](https://stackoverflow.com/a/73160467/5861618) or [post 2](https://stackoverflow.com/a/49800546/5861618)?

Hey @Dhruvin-5923 We have that error documented [here](https://firebase.google.com/docs/android/troubleshooting-faq#android-app-error12500). Let me know if it helps