-
Notifications
You must be signed in to change notification settings - Fork 405
Description
[READ] Step 1: Are you in the right place?
- For issues or feature requests related to the code in this repository
file a Github issue.- If this is a feature request make sure the issue title starts with "FR:".
- For general technical questions, post a question on StackOverflow
with the firebase tag. - For general Firebase discussion, use the firebase-talk
google group. - For help troubleshooting your application that does not fall under one
of the above categories, reach out to the personalized
Firebase support channel.
[REQUIRED] Step 2: Describe your environment
- Operating System version: Cloud functions
- Firebase SDK version: 5.5.1
- Library version: 5.5.1
- Firebase Product: cloud functions, firestore (auth, database, storage, etc)
[REQUIRED] Step 3: Describe the problem
Steps to reproduce:
What happened? How can we make the problem occur?
This could be a description, log/console output, etc.
From time to time i see an exceptions into firestore cloud functions log
-
Error: Stream removed
at ClientReadableStream._emitStatusIfDone (/user_code/node_modules/firebase-admin/node_modules/grpc/src/client.js:255:19)
at ClientReadableStream._receiveStatus (/user_code/node_modules/firebase-admin/node_modules/grpc/src/client.js:233:8)
at /user_code/node_modules/firebase-admin/node_modules/grpc/src/client.js:705:12 -
Error: Stream removed
at /user_code/node_modules/firebase-admin/node_modules/grpc/src/client.js:554:15
code: 2,
metadata: Metadata { _internal_repr: {} },
note: 'Exception occurred in retry method that was not classified as transient'