You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! I've found the issue being that the retry parameter in the functions.yaml config that's sent over to GCP doesn't get populated. I'm working on a fix right now. Sorry for the late response :)
[REQUIRED] Version info
node: v20.11.1
firebase-functions: 4.9.0
firebase-tools: 13.7.4
firebase-admin: 12.0.0
[REQUIRED] Test case
I have investigated that there is no override of "retry" prop for v2->providers->database.js,

meanwhile, firestore.js allows to override it.
[REQUIRED] Steps to reproduce
Declare trigger function with such config

run
npx firebase deploy --only functions:rdbms-testRetryRTDB
after deployment the retry is disabled

[REQUIRED] Expected behavior
retry config works properly
[REQUIRED] Actual behavior
retry config is ignored during deployment
The text was updated successfully, but these errors were encountered: