This repository was archived by the owner on Sep 23, 2024. It is now read-only.
This repository was archived by the owner on Sep 23, 2024. It is now read-only.
ofType: and userType: parameters in method calls #10
The need for
ofType:anduserType:to specialize generic EasyFirestore and other related library methods can be eliminated, asString(describing: T.self)does not account for sub-classes, whereasString(describing: type(of: document)).This change should only appear rarely, however, once #9 is implemented.