skip to Main Content

I’m trying to set up the Firebase setting to link to FlutterFlow. I’ve followed the instruction, but I am unable to add the role for Cloud Functions Admin. When I started typing Cloud Functions in the search box, I could only come up with Cloud Functions Agent which is not the same thing. Please can anyone give me some advice on this? Many thanks!!

This is the screenshot of it shows when I tried to find Could Functions Admin

1

I tried typing Cloud Functions Admin in the search box and the item should come up in the list as shown in the tutorial video, but it didn’t happen on the Firebase list. I am just unable to find find the item. I could find the other item ‘Service Account User’ to add as a role, but not ‘Cloud Functions Admin’.

2

Answers


  1. The origin of this issue is unknow. You can go to Manage roles, find Cloud Functions Admin and create a custom role out of it. Then you can add this role instead.

    enter image description here

    Login or Signup to reply.
  2. Check if functions is enabled for your project
    https://console.firebase.google.com/u/0/project//functions
    I even had to press the ‘Get Started’ button.
    Before that I had to upgrade my project plan from Spark (free plan) to Blaze (Pay as you go)
    Then ‘Cloud Functions Admin’ appeared in the list.
    I hope this helps

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search