forked from sgarciac/fuego
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
- Introduces a notation (that we call 'extended json') for supporting writing | ||
some extra firestore types: int (all numbers where transformed to floating point | ||
before), geopoints and binary. Dates are now supported via this new notation, t | ||
he old 'timestamps' flag is therefore removed. | ||
|
||
- Commands that display firestore documents (get, getall, query) now accept a | ||
new flag to print documents using the new notation. By default, the default unma | ||
rshalling is used (which loses type information). | ||
|
||
- All commands that display firestore documents now display the full informati | ||
on of the document snapshot (as it was the case only for the query command befor | ||
e) instead of only the data. | ||
|
||
- Documents are now displayed with the full path. | ||
|