TL;DR: If you deploy Cloud Firestore or Storage Security Rules using the CLI, update firebase-tools to the latest version!
Hey folks,
If you're deploying Cloud Firestore or Cloud Storage Security Rules through the Firebase CLI (or in a CI/CD system), you'll need to update firebase-tools above 3.15.0; otherwise, future deployments may begin to fail.
If you've installed firebase-tools as a CLI, simply re-install it to ensure it's updated:
npm install -g firebase-tools
If you're using it as a module, update your package.json to include a newer version:
"dependencies": {
"firebase-tools": "^3.15"
}
Versions of firebase-tools below 3.13 and at or above 3.15 will not be affected.
If you have any questions, feel free to respond to this thread or reach out to support.
Thanks,
--Mike