SwEnt-Group13 / Unio

The world’s largest campus life platform.
3 stars 1 forks source link

Create a Firestore reference list class to generalize UID references #34

Closed Zafouche closed 1 week ago

Zafouche commented 1 week ago

The FirestoreReferenceList class allows Firestore objects to contain UIDs to other objects, that are then fetched when required. This is for example useful for the Association class that contains members: FirestoreReferenceList<User>.