I am considering using Firebase as MBaaS, however I couldn’t find any reliable solution to the following problem: I would like to set up two separate Firebase environments, one...
  • May 25, 2022
  • 0 Comments
I am getting the Error gettingdocuments.com.google.firebase.firestore.FirebaseFirestoreException: PERMISSION_DENIED: Missing or insufficient permissions. for the below code on else statement db.collection("users") .get() .addOnCompleteListener(new OnCompleteListener<QuerySnapshot>() { @Override public void onComplete(@NonNull Task<QuerySnapshot> task)...
  • May 22, 2022
  • 0 Comments
Is it possible to count how many items a collection has using the new Firebase database, Cloud Firestore? If so, how do I do that? 20 Answers 20
  • May 19, 2022
  • 0 Comments