App to reproduce firebase/firebase-js-sdk#3715
I was unable to reproduce the issue myself. These are the steps that I followed that anyone can also try.
- Clone this Git repository.
- Edit index.ts to use your own apiKey, appId, and projectId.
npm install
ts-node index.ts
- Terminate the application by pressing CTRL+C.
Here is the output that I see, which I believe is expected:
Response =[{"XXX":1},{"XXX":1},{"XXX":2}]
Response =[{"XXX":1},{"XXX":1},{"XXX":2}]
Response =[{"XXX":1},{"XXX":1},{"XXX":2}]
The issue reports that this is causing an error; however, I see it completing successfully.