Skip to content

v1.1.0

Latest

Choose a tag to compare

@flovouin flovouin released this 10 Jun 14:08
7c57a9d

Features:

  • Make the name property of the googleFirestoreCollection schema extension optional. When it is not set, the name option is omitted from the generated @FirestoreCollection decorator.
  • Add the google.firestore.pathAsArray code generator configuration. When true, the generated @FirestoreCollection path function returns the path segments as an array instead of a slash-joined string.