firebase database:push <path>
Add a new JSON object to a list of data in your Firebase
Arguments
Name | Description |
---|---|
path | filepaths |
Options
Name | Description |
---|---|
-d, --data <arg> | Specify escaped JSON directly |
--instance <arg> | Use the database <instance>.firebaseio.com (if omitted, use default database instance) |
-h, --help | Output usage information |