I have a firestore project in which there are names of towers as following
"society name"
|
|-----"tower name"
|
|-----"tower name"
and so on
i want to create a cloud function which takes the name of society as input and returns the name of all the tower in that society and they are further populated into my spinner in the app.
there were reference found in this context so i am asking it here.