Skip to content

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

@prescottprue

Description

@prescottprue

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions