You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Firebase Google Group
I was using Firebase Cloud Functions (Gen2) and deploying them all at once.
I then deployed a function using "firebase deploy --only functions:[name].
Now, if I deploy everything at once functions don't point to the correct container. They all point to the first function mentioned in the index.ts file.
But, if I deploy them one at a time they work correctly.
What do I do here? I'd like my Github actions to still be able to deploy all the functions at once.