-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
I'm not 100% sure this is the cause, since it's crashing the server rather than the client, but if I comment out this line then I don't get the error:
const updates = { 'sweepRepositories/interval': 1234};
ref.child('queues/cron').update(updates);failed to update "queues/cron": Error: Invalid key "sweepRepositories/interval" for object to store at path "queues/cron". Keys cannot contain control characters or any of the following characters: \ / [ ]
at /reviewable/node_modules/acebase/dist/cjs/storage/binary/index.js:3527:23
at Array.forEach (<anonymous>)
at _writeNode (/reviewable/node_modules/acebase/dist/cjs/storage/binary/index.js:3525:28)
at _lockAndWriteNode (/reviewable/node_modules/acebase/dist/cjs/storage/binary/index.js:3461:34)
at async Promise.all (index 0)
at async _writeNode (/reviewable/node_modules/acebase/dist/cjs/storage/binary/index.js:3563:5)
at async _mergeNode (/reviewable/node_modules/acebase/dist/cjs/storage/binary/index.js:3436:25)
at async Object.write [as _customWriteFunction] (/reviewable/node_modules/acebase/dist/cjs/storage/binary/index.js:1945:28)
at async AceBaseStorage._writeNodeWithTracking (/reviewable/node_modules/acebase/dist/cjs/storage/index.js:660:25)
It seems update(), set(), etc should all handle paths with /'s in them, right?
This is from trying to migrate an existing app, so Firebase's SDK supports this
Reactions are currently unavailable