You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When user is not logged to firebase:
Adding task by clicking works for me.
But same adding with keyboard shortcut (Insert or o button) produce Firebase error
index.cjs.js:346 Uncaught (in promise) Error: No document to update: projects/tdo-tasks/databases/(default)/documents/boards/e42cxes/tasks/poqqfhv
at new FirestoreError (index.cjs.js:346)
at eval (index.cjs.js:7060)
at W.eval (index.cjs.js:7005)
at Ab (index.js:23)
at W.g.dispatchEvent (index.js:21)
at Re.Ca (index.js:98)
at ye.g.Oa (index.js:86)
at dd (index.js:42)
at ed (index.js:39)
at ad (index.js:37)
Firebase now provide two types of database, cloud and traditional. It would be nice to know which one is supported. At my database same error is present even after successful log in into firebase.
When user is not logged to firebase:
Adding task by clicking works for me.
But same adding with keyboard shortcut (Insert or o button) produce Firebase error
index.cjs.js:346 Uncaught (in promise) Error: No document to update: projects/tdo-tasks/databases/(default)/documents/boards/e42cxes/tasks/poqqfhv
at new FirestoreError (index.cjs.js:346)
at eval (index.cjs.js:7060)
at W.eval (index.cjs.js:7005)
at Ab (index.js:23)
at W.g.dispatchEvent (index.js:21)
at Re.Ca (index.js:98)
at ye.g.Oa (index.js:86)
at dd (index.js:42)
at ed (index.js:39)
at ad (index.js:37)
Probably store to database is done without initializing firebase store.
https://stackoverflow.com/questions/46676376/error-no-entity-to-update-app-firestore-cloud-function
The text was updated successfully, but these errors were encountered: