-2

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

fawad
  • 1
  • 2

1 Answers1

1

enter image description here

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

Vishal_VE
  • 1,852
  • 1
  • 6
  • 9