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
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
{ "movies": { "movie1": { "genre": "comedy", "name": "As good as it gets", "lead": "Jack Nicholson" }, "movie2": { "genre": "Horror", "name": "The Shining", "lead": "Jack Nicholson" }, "movie3":...
  • May 18, 2022
  • 0 Comments