fireadmin
fireadmin copied to clipboard
feat(actions): ability to toggle strictTriggerValidation from an action
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