·A London based developer who loves Flutterflow!

Unable to deploy Cloud Functions - Out of Date (Error)

Troubleshooting

Hi everyone... I have a production app that's 'in the wild' earning me money (not much, but it's a start!).

For a couple of months now, my deployment of cloud functions has just stopped working. Luckily, I haven't had the need to deploy anything recently... but now I do.

What have you tried so far?

For about 10 days now, I've been having a back & forth with FlutterFlow support (Harry) but I've made zero progress. I've tried everything that I found on this community (that I'm aware of) and followed all the instructions in the catch-all post about FlutterFlow cloud function deploys. This one --> https://community.flutterflow.io/discussions/post/how-to-fix-cloud-function-deployment-errors-all-solutions-discussion-wgfMLgpLrBlmnUI

Nothing has worked.

I created a plain boilerplate cloud function - couldn't deploy it. So I don't think the issue is FlutterFlow , I think it's on the google cloud side.

FlutterFlow support suggested deleting all my cloud functions and redeploying them... they obviously didn't understand the Production status of my app and cloud functions.

If there's anyone out there who wants a challenge, I'm willing to pay for someone to help me get these deployments working again and would be happy to get on a zoom/teams/meet call to work through it.

Here is my package.json:

{
  "name": "functions",
  "description": "Firebase Custom Cloud Functions",
  "engines": {
    "node": "20" 
  },
  "main": "index.js",
  "dependencies": {
    "firebase-admin": "^11.8.0", 
    "firebase-functions": "^4.3.1", 
    "luxon": "^3.4.4",
    "stripe": "^8.140.0",
    "@google-cloud/storage": "^6.16.1"
  },
  "private": true
}
Did you check FlutterFlow's Documentation for this topic?
Yes
2
15 replies