Gary Resnick
Gary Resnick
I have a PR but the repo is closed and I do not seem to have permissions to push a branch and create a PR In essence, it is desirable...
Currently it doesn't seem possible/useful to assign type hints to fields, for example ```python class User(mdl.Model): name: str = mdl.TextField() ``` Ideally, using a validation library such as [pydantic](https://github.com/samuelcolvin/pydantic) ```python...
https://firebase.google.com/docs/firestore/manage-data/transactions Without this, cloud functions that share a trigger invariably enter a race condition.
Currently it is only possible to get a subcollection from a single document: ``` class UserStats(AsyncSubModel): id: Optional[str] purchases: int = 0 class Collection(AsyncSubCollection): # Can use any properties of...
**Is your feature request related to a problem? Please describe.** It is possible to add custom extensions to a component schema which can be leveraged by the templates for more...