“firebase.json” 文件的位置在哪里?

huangapple go评论57阅读模式
英文:

Where to Find this file "firebase.json"

问题

无法找到文件 'firebase.json'。

我正在为 Firebase 动态链接添加多路径前缀。它要求在 'firebase.json' 中添加前缀,但我找不到这个文件。

图像供参考

英文:

unable to find the file 'firebase.json'.

I am adding multi path prefix in firebase dynamic links. It's saying to add prefix, you need to add this snippet in 'firebase.json' but I am unable to find this file.

image is for reference

答案1

得分: 1

以下是要翻译的内容:

当您运行命令 firebase init 时,它将生成一个名为 firebase.json 的文件。此文件位于您的项目根目录下,或者更好地理解为与 pubspec.yaml 文件位于同一级别。

英文:

“firebase.json” 文件的位置在哪里?

When you run command firebase init then it will generate a file firebase.json . and this file is under root of your project or for better understanding it is locate at parallel to pubspec.yaml file

huangapple
  • 本文由 发表于 2023年6月26日 14:08:46
  • 转载请务必保留本文链接:https://go.coder-hub.com/76553917.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定