[go: nahoru, domu]

Skip to content
New issue

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

Firebase-tools should support a local firebase-bolt #767

Closed
mwaldstein opened this issue May 13, 2018 · 1 comment · Fixed by #2962
Closed

Firebase-tools should support a local firebase-bolt #767

mwaldstein opened this issue May 13, 2018 · 1 comment · Fixed by #2962
Assignees
Labels
polish Small feature requests type: feature request

Comments

@mwaldstein
Copy link

Version info

3.18.4

Platform Information

Linux

Steps to reproduce

  1. Create a firebase project
  2. Create firebase/database.rules.bolt
  3. Configure firebase-db to use the bolt rules:
    { "database": { "rules": "firebase/database.rules.bolt" } }
  4. Install firebase-tools and firebase-bolt as project dependencies
    npm i firebase-tools firebase-bold
  5. 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:

@tinaliang tinaliang added type: feature request polish Small feature requests labels Jan 9, 2019
@samtstern
Copy link
Contributor

I wonder if we could fix this by calling npx firebase-bolt which would look either locally or globally?

@samtstern samtstern self-assigned this Dec 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
polish Small feature requests type: feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants