Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Remove ofType: and userType: parameters in method calls #10

@benlmyers

Description

@benlmyers

The need for ofType: and userType: to specialize generic EasyFirestore and other related library methods can be eliminated, as String(describing: T.self) does not account for sub-classes, whereas String(describing: type(of: document)).

This change should only appear rarely, however, once #9 is implemented.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions