fuego icon indicating copy to clipboard operation
fuego copied to clipboard

Support leading `/` in document path

Open Mchristos opened this issue 3 years ago • 0 comments

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 succeeds (no leading /)

Mchristos avatar Dec 14 '21 11:12 Mchristos