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

feat(actions): ability to toggle strictTriggerValidation from an action #74

Open
prescottprue opened this issue Feb 11, 2019 · 0 comments

Comments

@prescottprue
Copy link
Owner

Is your feature request related to a problem? Please describe.
Feature - When running a copy action with data that is large into a database which has cloud functions with database triggers, it can cause too many functions triggers to go off. This can be toggled off with strictTriggerValidation through a curl call:

curl -X PUT -d "false"  https://<namespace>.firebaseio.com/.settings/strictTriggerValidation/.json?auth\=<SECRET>

As mentioned in this stackoverflow post

Describe the solution you'd like
Either a "database settings" action or an option to add an input for toggle this to copy action templates

Describe alternatives you've considered

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant