yacine cherif
ย ยทย Flutter Dev

Cloud Functions - Firebase / can't deploy function on my terminal

I can't anymore deploy functions from my terminal. i get this error from firebase deploy -debug

*******
[2023-09-29T08:38:23.300Z] Could not find functions.yaml. Must use http discovery

[2023-09-29T08:38:23.305Z] Found firebase-functions binary at '/Users/yacine/Desktop/App/supertalk-backend/functions/node_modules/.bin/firebase-functions'

Serving at port 8282

[2023-09-29T08:38:24.462Z] Got response from /__/functions.yaml {"endpoints":{},"specVersion":"v1alpha1","requiredAPIs":[]}

shutdown requested via /__/quitquitquit

*******

Is it due to the fact tht you recently added the cloud function deployement option in FlutterFlow. And may conflict. I did'n deploy any function using this new feature but i'm using stripe.

I tried to reinstall node, npm, firebase tools always the same problem, delete and init again.

3