我无法更新我的firebase函数。它显示错误- throw new Error(`@grpc/grpc-js only works on Node ${supportedNodeVersions}`);
Error: @grpc/grpc-js only works on Node ^8.13.0 || >=10.10
我正在尝试验证从开发环境中的hmac webhook发送的shopify代码。但是,shopify不会将webhook的post请求发送到非活动端点,因此我使用捕获请求,然后使用postman将其发送到本地use服务器。我的验证网页钩子的代码: var message = JSON.stringify(req.body);
//Shopify see