
is it possible to make async cloud function with sdk or u still have to use smth like multithreading/asyncio coroutine

Not with the SDK because the SDK does not have any async capabilities.
Also, the function doesn't either because it uses flask

Next version might support some asyncio...

ah i see 🥲
Recommended threads
- Switched a project to a different organi...
I recently switched my project to another organization but all the Data I had in Form of Buckets, Databases, Keys, Users, etc. aren't being shown. However I can...
- Fixing OAuth2 authentication issue
I am using React-Router and Vite to implement google auth , I have setup my Google CLient ID and the consent forms comes , But after I have signed up with Googl...
- Is there migration script generation lik...
Having standards migration script is helpful. For example something like same script to apply for multiple DB - each DB for one tenant
