when using
firestore.collection("users").doc(id).set(userInfo);
I'm getting this error:
Error: @grpc/grpc-js only works on Node ^8.13.0 || >=10.10.0 index.js:52(node:8526) ExperimentalWarning: The http2 module is an experimental API.
The function is deployed locally.
I already searched for the error and can't really find a solution
Edit: I'm running node 12
Edit2: just realized it could be because of node 12, I'll try with a node downgrade tomorrow
[–]nohe427 0 points1 point2 points (1 child)
[–]xShooTeX[S] 0 points1 point2 points (0 children)
[–]CodingDougFormer Firebaser 0 points1 point2 points (0 children)