I wrote a python program a few days ago in which, CSV file is uploaded to a folder in firebase storage, after that my trigger function runs. Which is deployed in Google Cloud Function. Now I have to increase the trigger's time out limit for which I want to deploy that function with gen2.
But whenever I am deploying with gen2 my trigger is not working. While my gen1 trigger with same code is working good.
Please guide me how can I deploy it in gen1 so that the trigger runs.