Firestorerecycleradapter Not Updating Views
I`m using FirestoreRecyclerAdapter and faced with the problem. Query query = db .collection(SOME_COLLECTION) .whereEqualTo('key', ke
Solution 1:
As Frank said, you should create index. If you look more precise at log, there is a warning and a link to create index. Just click on link and that is it. Big brother creates right index for you. Thank you Frank.
Post a Comment for "Firestorerecycleradapter Not Updating Views"