FirebaseError: invalid stream token

≯℡__Kan透↙ 提交于 2020-07-22 05:21:50

问题


After changing a cloud function I’m getting the following error for any write operation to my database: FirebaseError: invalid stream token. After changing the functions back and redeploying, the error still remains. I was unable to find any reference to this error in Firebase docs. Anyone know what this is about?


回答1:


I "solved" this. For anyone else who runs into the error:

> rm package-lock.json
> rm -rf node-modules/
> npm install

Would still be nice to have a reference to this somewhere though.



来源:https://stackoverflow.com/questions/62526185/firebaseerror-invalid-stream-token

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!