I created and pushed a cloud function using the firebase CLI and I'm trying to allocate more memory to it in Google Cloud Platform
I found the function, and can edit the amount of memory, but when trying to save, it says the "Source Code" is invalid. It didn't modify that field. All it says is
"Make sure all information is correct and you've completed all required entries, then submit again."
The option selected for the Source Code field is "ZIP from Cloud Storage" which makes sense, but not sure why the supplied value is invalid...
Is there a different way to update the memory allocation for a Google Cloud Function deployed with Firebase? Or, how can I find the right source location for a Google Cloud Function deployed with Firebase?
Let me know if this question doesn't make sense,
Braden