-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
options are working only on callable cloud functions #12
Comments
hint: using functions v2 i hope if there is a solutions to this. |
Can I see the code that is exported?
|
@snorreks |
export default onWritten(handleCustomerWrite, { memory: '1GiB' }); |
when I try to deploy with options for any function rather than callable functions are not working
@snorreks
The text was updated successfully, but these errors were encountered: