Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.18.4
Linux
{ "database": { "rules": "firebase/database.rules.bolt" } }
npm i firebase-tools firebase-bold
The bolt rules are compiled and loaded to the project
An error is thrown that firebase-bolt must be installed globally
The text was updated successfully, but these errors were encountered:
I wonder if we could fix this by calling npx firebase-bolt which would look either locally or globally?
npx firebase-bolt
Sorry, something went wrong.
samtstern
Successfully merging a pull request may close this issue.
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:
The text was updated successfully, but these errors were encountered: