
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
- Function gives unauthorized error when w...
I am on free tier. I have function that has three attributes: 1. A stand alone attribute (required) 2. A many to one relationship attribute 3. A many to man...
- The UI for creating relational data is d...
It is difficult to select data from other collections when creationg relational data. The dropdown menu is sometimes unresponsive. Sometimes the delete button d...
- Adding Attributes to User
What is the best way to add attributes for a User? Do I need to create another entity with the attributes since I cant add them in the Auth service. Thx
