- Recursive option to delete command
- A snap 'app' for the snap release.
- Support to != and not-in operators
- Documentation
- Changes the operator syntax: [in] to , etc.
-Fixes bug in parsing. Breaking change, operations in, array-contains and array-contains-any are now [in], [array-contains] and [array-contains-any].
- Documentation about snap.
- Support for 'reference' data type.
- Remove --batch option from documentation.
- Input JSON is now interpreted using the semantics described in the TYPES.md file, which supports a larger set of firestore types.
- Documents output can be demanded to be transformed to the same notation, in order to have extra typing information.
- All documents are not displayed using the full document snapshot data information.
- Document snapshot data now includes the full path of the ducument.
- Several documentation improvements.
- Changes arguments for getall and deleteall commands.
- Adds documentation for creating releases.
- Add delete all operation
- Add get all operation
- Bug fixes
- Support for document paths
- Support for group queries
- Update firestore module.
- fixed set merge
- support update command (set-merge)
- support array operations in, array-contains, array-contains-any
- delete command
- Documentation and dependencies
- support firestore emulator
- batched queries
- support complex property names in all commands
- support for multiple orderby's parameters
- collections command
- select flag in queries
- Support arbitrary strings as field paths in queries
- Support for timestamp values in queries
- Support for timestamp in writing operations operation
- add,set,get and query commands
- README