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?
var variable=0 variable=variable+querySnapshot.count
then if you are to use it on a String variable then
let stringVariable= String(variable)