Version info
3.18.4
Platform Information
Linux
Steps to reproduce
- Create a firebase project
- Create firebase/database.rules.bolt
- Configure firebase-db to use the bolt rules:
{ "database": { "rules": "firebase/database.rules.bolt" } }
- Install firebase-tools and firebase-bolt as project dependencies
npm i firebase-tools firebase-bold
- Attempt to deploy
Expected behavior
The bolt rules are compiled and loaded to the project
Actual behavior
An error is thrown that firebase-bolt must be installed globally
Notes:
Reactions are currently unavailable
Version info
3.18.4
Platform Information
Linux
Steps to reproduce
{ "database": { "rules": "firebase/database.rules.bolt" } }
npm i firebase-tools firebase-bold
Expected behavior
The bolt rules are compiled and loaded to the project
Actual behavior
An error is thrown that firebase-bolt must be installed globally
Notes: