pb

Results 1 issues of pb

I have reference to objects from a foreign collection. How can I use Firestore Reference type for the ID. ``` Author{ id: ID! name: String! } Book { id: ID!...