pistolcaffe
pistolcaffe
same issue in `androidx.fragment:fragment:1.5.0`
I have same issue. it happens while getting an id token. It use to API Authrization key, critical our app. `FirebaseAuth.getInstance().currentUser?.getIdToken(true)?.await()?.token`
I was confused by the same problem until I understood exactly how Crashlytics 's `setCustomKey` works. I think @dperez37 suggestion is a good idea. However, if the feature request is...
When using `htmlUnit` directly, I found the following exception. `net.sourceforge.htmlunit.corejs.javascript.EvaluatorException: identifier is a reserved word: class (https://fundevstudio.notion.site/8402-8521e6e24e557272e4c0.js#1)` Since `htmlUnit` is using an outdated [Rhino](https://javadoc.io/doc/net.sourceforge.htmlunit/htmlunit/2.32/com/gargoylesoftware/htmlunit/javascript/JavaScriptEngine.html), I think we may need to...
Why isn't this PR being merged?
I also received this issue recently. The reproduction path is unclear, making it difficult to analyze the cause.
We are still receiving many error reports via Crashlytics related to this issue in Firestore. Could you provide an update on the status of this issue?
The following permissions have already been applied and are declared before the tag in our AndroidManifest.xml: ``` ``` The issue started occurring in version `v1.6.1.2` of our app and has...