Hi all!
Since recent FlutterFlow update (to Flutter 3.32.4), all my onCall Cloud Functions stopped working. As an example, the Cloud Function that is automatically generated from FF when enabling Push Notifications "addFcmToken".
Since the 9th of July (day of the update to Flutter 3.32.4), I am getting this error message.
Failed to validate AppCheck token. FirebaseAppCheckError: Decoding App Check token failed. Make sure you passed the entire string JWT which represents the Firebase App Check token. at /workspace/node_modules/firebase-admin/lib/app-check/token-verifier.js:79:19 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { errorInfo: { code: 'app-check/invalid-argument', message: 'Decoding App Check token failed. Make sure you passed the entire string JWT which represents the Firebase App Check token.' }, codePrefix: 'app-check' }
NOTE: I don't have App Check token enabled/enforced for my Android app and I haven't changed my Cloud Functions at all. All of them were perfectly working until the FF update.
When this happens:
This only happens with the downloaded .apk and the internal test sent to Google Play
When triggering from "test mode" or from the web, the cloud function is working perfectly
When I trigger from a previous .apk downloaded before the 9th of July, all is working perfectly
More info:
Previously, all cloud functions were executed and the validation for app was set as "missing"
Now, the app validation is set as "invalid" (and it not not executing the cloud function at all)
I assume that this will affect more people, because it is not only happening with my cloud functions, but also with the one that FF generates (like the addFcmToken)
Please, have any of you faced the same issue?
I need to release my new app version and this is causing a lot of delays and resources.
Many thanks!