Skip to content

functions.firestore.document('collection/docpath').onUpdate|.onCreate totally unreliable #615

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

Closed
swftvsn opened this issue Jan 23, 2020 · 2 comments

Comments

@swftvsn
Copy link

swftvsn commented Jan 23, 2020

Related issues

not sure if these (of which all are happening to us as I type) are related: #536, #611

[REQUIRED] Version info

**node: **

8 (The version in CF)

firebase-functions:

"firebase-functions": "^3.3.0",

firebase-tools:

7.12.1

firebase-admin:

"firebase-admin": "^8.9.1"

[REQUIRED] Test case

[REQUIRED] Steps to reproduce

create onCreate trigger that logs the id of the doc and then deletes the document, deploy to production and create a lot of docs, observe that there will be documents left behind that are NOT logged at all (not even tried to be deleted).

[REQUIRED] Expected behavior

The function is triggered at least once.

[REQUIRED] Actual behavior

The function is not triggered at all.

Were you able to successfully deploy your functions?

Yes.

@google-oss-bot
Copy link
Collaborator

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

@swftvsn
Copy link
Author

swftvsn commented Jan 23, 2020

Due to misdiagnosing earlier, this must be #611

@swftvsn swftvsn closed this as completed Jan 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants