Firebase部署错误:y中的编译错误:[E] 1:1-输入'{'不匹配,期望{'function','service','rules_version'}

时间:2019-09-07 16:53:09

标签: firebase google-cloud-firestore

我正尝试部署我的google action网络挂钩实现,但导致以下与google cloud firestore相关的错误。我已经将数据库规则设置为“测试模式”。 包含CMD代码段


=== Deploying to 'grievance-redressal-syst-50e4d'...

i  deploying firestore, functions
Running command: npm --prefix "$RESOURCE_DIR" run lint

> functions@ lint E:\programming\AOG\grievance-redressal-syst-50e4d\functions
> eslint .

+  functions: Finished running predeploy script.
i  firestore: checking y for compilation errors...
i  firestore: reading indexes from y...

Error: Compilation error in y:
[E] 1:1 - mismatched input '{' expecting {'function', 'service', 
'rules_version'}

1 个答案:

答案 0 :(得分:0)

  1. 删除所有与Firestore相关的文件并删除y文件
  2. 再次运行firestore init->将再次创建文件
  3. 再次运行Firestore部署

为我工作