Jose Vera

Results 3 issues of Jose Vera

# Summary I have a query that uses select and is failing with the error above, how do I implement this?. Thanks! ``` await firestore .collection('some') .doc(id) .where('timestamp', '>=', since)...

enhancement
good first issue

Query without joins runs fine (super slow tho, hundreds of queries run sequentially): ![image](https://user-images.githubusercontent.com/312214/132139838-a8977613-577c-41de-b936-ccf6778bf39e.png) And with a join it simply ignores that find for some reason and ends up not...

New server code from scratch, provides all comma.ai endpoints via NextJS. Connects to the database using prisma. ## GOALS: - It should replace the existing code without any issues -...