Marc Binder

Results 2 issues of Marc Binder

POC ```go package acl type Condition struct { parent *Condition } func NewCondition() *Condition { return &Condition{} } func (condition *Condition) Require(rights... string) *Condition { return condition } func (condition...

Some types in `graphql-firestore-subscriptions` package are not optimally designed. In addition, various Objects and Functions are also not clearly defined.