Memorysettings of Firebase Functions when updating?
31 views
Skip to first unread message
Riël Notermans
unread,
Nov 22, 2017, 11:12:58 AM11/22/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
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
When I deploy a Firebase Function, and I change the timeout- and memory settings in the google cloud console, then these values gets reset when I redeploy or update the function.
Is this intended?
Doug Stevenson
unread,
Nov 22, 2017, 6:05:27 PM11/22/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
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
This was fixed in today's 3.15.3 update to the firebase CLI. So all you have to do is upgrade your firebase-tools package with `npm install -g firebase-tools@latest`.