Featured
-
No Featured Found!
Tags
Swift Firebase Firestore not able to get variable outside of embedded query
Note: This is not a swiftUI
I have a collection called **teamMembers** and another one called **patients**. In the **patients** document is an array field with a list of the **teamMembers** (document id). I am trying to set a toggle switch to ...