5

I'm using Firebase Hosting with Dynamic Links (I use my own domain as described at https://firebase.google.com/docs/dynamic-links/custom-domains#manual).

The documentation says

Note: You can check the deployed firebase.json content using the Hosting REST API.

However, I'm not able to see that deployed firebase.json file in any way. I've tried using REST API, I was looking for those file in Google Cloud, but no luck. Any suggestions?

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
michalsol
  • 752
  • 8
  • 29

1 Answers1

-1

Visit: Google API Explorer

Authorize requests using OAuth 2.0: On
parent: sites/your-project-id
Itang Sanjana
  • 649
  • 5
  • 8
  • That will show things like the rewrites config, so might be helpful for merging back updates, but it doesn't give the full firebase.json contents. – John Carter Feb 07 '23 at 20:41