You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to implement chat with Firebase following your code in "ChatAppFirebaseFunctions" but after installing all required packages
"firebase-admin": "^4.1.2",
"firebase-functions": "^1.0.2",
I am getting this following issue
"Unable to resolve module _stream_writable from /Users/user/Sites/peace-with-food/app/PeaceWithFood/node_modules/firebase-admin/lib/database/database.js: Module does not exist in the module map"
Can you please suggest how can I solve this issue?
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to implement chat with Firebase following your code in "ChatAppFirebaseFunctions" but after installing all required packages
"firebase-admin": "^4.1.2",
"firebase-functions": "^1.0.2",
I am getting this following issue
"Unable to resolve module
_stream_writable
from/Users/user/Sites/peace-with-food/app/PeaceWithFood/node_modules/firebase-admin/lib/database/database.js
: Module does not exist in the module map"Can you please suggest how can I solve this issue?
The text was updated successfully, but these errors were encountered: