Hi guys,
I have deployed a Firebase Callable Cloud Function named getNearestOpenPharmacy (using functions.https.onCall) and confirmed it’s working — it shows up in firebase functions:list with trigger type callable and the correct project ID.
However, in FlutterFlow, there is no “Functions” section under Firebase settings, and when I go to Add Action → Cloud Function, it’s empty — my function does not appear.
I’ve:
Regenerated config files
Synced Firebase
Double-checked my project ID
Refreshed and re-logged in
But the function still doesn’t show up.
Can you please help me resolve this so I can call my Firebase Function directly from FlutterFlow?
Thank you very much!