This issue was fixed with the release of Firebase JS SDK v8.2.4 and so this repository is now archived.
This repository is a minimal reproduction of a Firebase issue that occurs when withConverter
is used with onSnapshot
. The code that shows this issue is found in test.js
and the issue can be reproduced by running the following command.
npm i && npm t
The Github issue can be found here.