Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding new task by keyboard - firebase error (unlogged to firebase) #17

Closed
senpl opened this issue Nov 29, 2018 · 1 comment
Closed

Comments

@senpl
Copy link
Contributor

senpl commented Nov 29, 2018

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

@senpl
Copy link
Contributor Author

senpl commented Nov 29, 2018

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.

@mstijak mstijak closed this as completed Apr 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants