snorreks / nx-cloud-functions-deployer

Plugin for Nx that adds support for deploying Cloud Functions for Firebase.
MIT License
6 stars 1 forks source link

bucket in the storage cloud function options #11

Open mostafa-tarek10 opened 8 months ago

mostafa-tarek10 commented 8 months ago

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

snorreks commented 7 months ago

Sorry did not get notification, are you talking about

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

?

mostafa-tarek10 commented 7 months ago

@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.