-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All of the read action throw errors #454
Comments
I found a few problems with this issue:
|
Could you send your package-lock.json or otherwise list out the versions of all the packages in your project? It seems as if you've somehow you've gotten an incompatible version of a dependency in there. I'm currently working on reproducing. |
Here is it. I'm found that too same code, same version but in their folder have different thing. Found some problem *maybe
Most of the errors cause by
Tried ways to fix
|
I've tried both node v8.14.0 and v10.14.1 and can't reproduce the issue. Everything works as expected. Looking through your package-lock.json nothing really stands out except that you have a lot of dependencies in there that depend upon different versions of readable-stream. The stack trace points to files that I don't have Could you share your package.json? |
Here is it. |
@wilhuff can you take a look? |
totally this fixed ady by reinstalling all node_modules due to swapping from ubuntu to windows. |
Any read action will throw these error.
Update 16/2/2019
Found some problem *maybe
Most of the errors cause by
Tried ways to fix
npm install
againUpdate & onSnapshot()
Transaction Query
Read Query ( firestore.doc("1/status").get() )
The text was updated successfully, but these errors were encountered: