Closed
Description
[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