Rosário P. Fernandes

Results 132 comments of Rosário P. Fernandes

Two years have passed since this issue was first created and we now have: - [Play Store in-app updates](https://developer.android.com/guide/playcore/in-app-updates) - for apps distributed through the PlayStore. - [Firebase App Distribution...

@samtstern I share the same concern on (3). I'll see if I can create a small sample app to demonstrate what this would look like.

@samtstern Thanks for the assists with ConstraintLayout! I'll see if I can finish my draft for auth tonight.

@samtstern I had a feeling you would take it, that's actually why I kept it for last ;)

@samtstern It'll be a bit sad to see Java go, since we spent so much time maintaining it. But going Kotlin-only will make maintenance much easier, so I'm happy with...

@samtstern I was taking a look at the firestore quickstart to see how we could implement a ViewModel and I found the [`FirestoreAdapter`](https://github.com/firebase/quickstart-android/blob/master/firestore/app/src/main/java/com/google/firebase/example/fireeats/kotlin/adapter/FirestoreAdapter.kt) implementation very interesting. But I wonder if...

@rawandtakna thanks for reporting this. Can you share the error stacktrace for both cases?

@koelnkalkverbot where are you seeing the active users number? Is it on the Firebase Console or Analytics Console? And what tab/section is it under (eg. Audiences, Realtime Reports, DebugView, ...)?

@John-keno thanks for opening this, I was able to reproduce the issue. A workaround that worked for me was to disable the item animator as suggested [here](https://stackoverflow.com/a/58540280/5861618): ```java recyclerView.setItemAnimator(null); ```...

@John-keno I'm glad you figured it out and thanks for letting me know what the problem was. I'll be sure to update the library to address that :)