You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently I discovered that FirestorePagingAdapter does not log errors by default, while FirestoreRecylcerAdapter does.
I think it should save developers some time. I lost some time while debugging why my FirestorePagingAdapter didn't not display any data. I simply forgot to create an index, but I didn't get the warning log about that, because FirestorePagingAdapter's onError method body is empty.