Firebase CLI: database:set keeps complaining about 'Path must begin with /' -


according the cli docs , own help command, need pass path (which assume path on project), json file, , options. (while i'm in folder containing json data):

firebase database:set --project myproject / myjsondata.json

where want / root of project, want wipe out existing data , replace data in myjsondata.json. whenever run this, changing parameter order, or putting / in quotes, tells me error: path must begin /. path /, don't know it's complaining about. there's no examples of command in use, don't know it's expecting...

turns out answer put // path. unexpected error while setting data, that's issue.


Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -