Features:
- Make the
nameproperty of thegoogleFirestoreCollectionschema extension optional. When it is not set, thenameoption is omitted from the generated@FirestoreCollectiondecorator. - Add the
google.firestore.pathAsArraycode generator configuration. Whentrue, the generated@FirestoreCollectionpathfunction returns the path segments as an array instead of a slash-joined string.