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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: