fireadmin icon indicating copy to clipboard operation
fireadmin copied to clipboard

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

Open prescottprue opened this issue 6 years ago • 0 comments
trafficstars

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

prescottprue avatar Feb 11 '19 19:02 prescottprue