Skip to content

dconeybe/FirebaseJsBug3715

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FirebaseJsBug3715

App to reproduce firebase/firebase-js-sdk#3715

Instructions

I was unable to reproduce the issue myself. These are the steps that I followed that anyone can also try.

  1. Clone this Git repository.
  2. Edit index.ts to use your own apiKey, appId, and projectId.
  3. npm install
  4. ts-node index.ts
  5. 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.