So I am new to firebase. I want to export data from Firebase into BigQuery using the extension: Stream Firestore to BigQuery I am getting the following error
You must have permission to manage service accounts in this project to install an extension
I currently have following set of roles assigned to me. BigQuery Admin BigQuery Data Viewer Cloud Datastore User Cloud Functions Viewer Firebase Viewer Service Account Admin (I can create service accounts but this lacks the permission of assigning roles to an account) What other roles or permissions do I need?
I took the role of Service Account Admin but that didn't resolve the issue at hand.