I'm using Google Firestore. There is a collection called Universities, where each document represents a university.
How do I find a university by its name and update its view_count by +1?
[Collection: Universities]:
[Document: 0JsaLtcfdDaEtHLMlMrh]:{
name: The University of Sydney,
view_count: 1
};
[Document: K2z7DMhKreyDniGUpo2t]:{
name: University of New South Wales,
view_count: 2
}