Hi,
I have a Firebase function that triggers on Realtime Database writes and I wanted to enable "retry on failure". But when I go to Google Cloud Console, the function details page's Trigger tab shows the checkbox disabled, and when I edit the function, check the "retry on failure" checkbox and click Save, the checkbox goes back to unchecked after the function finishes redeploying.
How can I enable retries?