Zach Olbrys
Zach Olbrys
### Checklist before submitting a bug report - [X] I've updated to the latest released version of the SDK - [X] I've searched for existing [Github issues](https://github.com/facebook/facebook-android-sdk/issues) - [X] I've...
Welcome to FirebaseUI and thanks for submitting an issue! Please take a look at [open issues](https://github.com/firebase/FirebaseUI-Android/issues?q=is%3Aopen+is%3Aissue), as well as [resolved issues](https://github.com/firebase/FirebaseUI-Android/issues?q=is%3Aissue+is%3Aclosed), to see if your issue is either already being...
### Steps to Reproduce the Problem Run lint on Android app using Instabug 11.1.0 ### Expected Behavior No checks failed ### Actual Behavior 2 checks failed Missing resource `` The...
Hey all, I've recently tried to get Spotbugs working in a sample Android application and I haven't had any luck. Here's a sample project showing my attempt: https://github.com/ZOlbrys/SpotbugsExample When I...
Consider the following code: ``` package com.xyz.packagexyz open class TestService { fun doSomethingElse(message: String, vararg args: Any) { print("message: $message, args: $args") } } class TestClass(val service: TestService) { fun...
### Steps to Reproduce the Problem 1. Add Instabug to App 2. Run `lint` command, i.e. `gradlew lintDebug` ### Expected Behavior No lint warnings are reported ### Actual Behavior 2...
### Checklist before submitting a bug report - [X] I've updated to the latest released version of the SDK - [X] I've searched for existing [Github issues](https://github.com/facebook/facebook-android-sdk/issues) - [X] I've...