fuego icon indicating copy to clipboard operation
fuego copied to clipboard

Fuego is a command line client for the firestore database (https://firebase.google.com/docs/firestore).

Results 9 fuego issues
Sort by recently updated
recently updated
newest added

The delete command should support an option to delete subcollections recursively

Doing `fuego get /absolute/path/to/document` fails with ``` Failed to get data. firestore: nil DocumentRef ``` This should succeed, as this is a correct absolute document path. Doing `fuego get absolute/path/to/document`...

As of today, it only supports the ID of a document. This is specially problematic as it can make pagination useless if the referenced documents change while the pages are...

We really need more graceful error handling, messages are hideous ;-)

I had to dig through to find the original commit + test case for this feature to figure out how it worked. I figured I'd save future people the time...

It is currently not possible to query on documents that are field references. `fuego query collection 'ref == "/otherCollection/id"'` returns nothing.

Firestore now supports multiple database name and this PR add support for modifying the database name (from the `(default)`).

With executing `fuego delete col/` you do not get an error message. This could lead to some probems in case of a typo. Adding an additional flag to enable an...

Bumps gopkg.in/yaml.v3 from 3.0.0-20200615113413-eeeca48fe776 to 3.0.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gopkg.in/yaml.v3&package-manager=go_modules&previous-version=3.0.0-20200615113413-eeeca48fe776&new-version=3.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies