Nabeel Parkar

Results 462 comments of Nabeel Parkar
trafficstars

Could you please check with the latest version `0.2.0` and confirm if this issue is fixed on your side? There was a PR that was merged but not released earlier...

Hey @antopolskiy if you can still reproduce it, could you provide me with your stack trace?

Hello @antont. I'm curious if using `asyncio.run()` or `asyncio.run_until_complete()` is a solution here

I believe to fully support this, https://github.com/GoogleCloudPlatform/functions-framework-python will have to support async first. Until that happens, I don't think we can implement this without that first

@jacobg Could you confirm on the status of this? If not fixed by 0.1.2, then please let me know and I can investigate further

Could you give me an example of a error timestamp you observed to be causing this error? Even if this is fixed, we can add tests for this

You should be importing it directly from `firebase-functions`. So @ezequieltejada your code sample would be: ```ts import {onInit} from "firebase-functions"; ... const stripePrivateKey = defineString("STRIPE_PRIVATE_KEY"); const stripeWebhookSecret = defineString("STRIPE_WEBHOOK_SECRET"); ......

I'll close this issue as this is a problem with imports being incorrect initially :) Glad you were able to solve this. If you disagree with my closing and this...

Hey @AlexJetplan. How are you invoking this function? Via an HTTPS request?

Is there a use case where you need to send an invalid token to a public endpoint? I feel like this can be solved by omitting the token from the...