Skip to content

[Feat] Now, requestDTO is available in dictionary format😄

Choose a tag to compare

@SHcommit SHcommit released this 03 May 03:21
· 43 commits to master since this release

[Feature]

  • previously, When saving or updating a document, only requestDTO of encodable type could be used.
    • As a drawback of this, the Firestore type FieldValue does not support encodable, so an encoding error will occur if this type is declared in an encodable object.

Now By adding a dictionary format to requestDTO, you can use it to update or set a specific document even when using FieldValue.