So I’m trying to search Firestore Database to find all Fields ExeName
like it is underscored on this screen:
and find arrays setnumber with the same key as underscored ExeName Field
I was searching a lot of time and can’t find anything about that
So I’m trying to search Firestore Database to find all Fields ExeName
like it is underscored on this screen:
and find arrays setnumber with the same key as underscored ExeName Field
I was searching a lot of time and can’t find anything about that
2
Answers
So I found idea to fetch all data to my project and then search for the specified string and its key to find corresponding field with the same key value using this function:
The below is JavaScript(ish), but should be nearly identical in Swift: