Skip to content
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

bucket in the storage cloud function options #11

Open
mostafa-tarek10 opened this issue Jan 25, 2024 · 2 comments
Open

bucket in the storage cloud function options #11

mostafa-tarek10 opened this issue Jan 25, 2024 · 2 comments

Comments

@mostafa-tarek10
Copy link

the deployed function bucket didn't change and stayed with the default bucket
only the region is changed

@snorreks
Copy link
Owner

Sorry did not get notification, are you talking about

export default onObjectFinalized(
	async (event) => {
		console.log(event);
	},
	{
		bucket: 'bucket',
	},
);

?

@mostafa-tarek10
Copy link
Author

@snorreks Yes there are issues with detecting options or maybe Firebase updated how these options are updated for v2
functions since callable functions are working fine with me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants