When specifying multiple fields, firebase auto-fills ${param:FIELDS} with a comma separated list of the previously specified fields like so:
name, category, views
Copying and executing this in the command line leads to an error, stating name is not a Command. This disclaimer will lead to less confusion.
When specifying multiple fields, firebase auto-fills
${param:FIELDS}
with a comma separated list of the previously specified fields like so:name, category, views
Copying and executing this in the command line leads to an error, statingname is not a Command
. This disclaimer will lead to less confusion.