rsgowman

Results 2 comments of rsgowman

The problem *might* be that try-with-resources and https://developer.android.com/reference/java/lang/AutoCloseable requires API level 19, whereas Firestore currently requires a minSdk of 14. @creativecreatorormaybenot, what's your app's minSdk setting? Regardless, I'll see about...

> The problem might be that try-with-resources As discussed on #741, this is likely not the problem. :(