是否可以通过firebase中的一个未知孩子为Android添加/usr/local/lib/node_modules/vuepress/bin/vuepress.js:17
const { dev, build, eject } = require('../lib')
^
SyntaxError: Unexpected token {
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:374:25)
at Object.Module._extensions..js (module.js:417:10)
at Module.load (module.js:344:32)
at Function.Module._load (module.js:301:12)
at Function.Module.runMain (module.js:442:10)
at startup (node.js:136:18)
at node.js:966:3
?
到目前为止我所尝试的是这样的:
ValueEventListener
" unknown_key"我尝试了很多选项,例如reference
.child("data")
.child(/*unknown_key*/)
.orderByChild("contacts")
// etc...
,"{placeholder}"
或"{*}"
通过在网址中传递通用节点,例如"*"
我知道我可以让孩子们在https://myfirebaseproj.firebase.com/data/{any}/contacts
节点下进行一些迭代,但这对我来说有点过分,因为节点可能真的很大而且成本是指数性的。