Reputation: 2194
I am aware of how to increase the memory limit for a regular Cloud Function. But I can't find any documentation on how to do so for a Cloud Function managed by Firebase.
Upvotes: 1
Views: 1514
Reputation: 317362
It's the same procedure - go to the Cloud console and find your project there. Firebase projects are also Cloud projects.
It's important to realize that it's all just "Cloud Functions" behind the scenes. There is nothing significant that makes Cloud Functions deployed by the Firebase CLI any different than other Cloud Functions, other than the fact that you used different SDKs and tooling.
The Firebase team is working on ways to make functions configuration more natural for functions deployed by the Firebase CLI.
Upvotes: 1