dev-dogsname

Results 1 issues of dev-dogsname

Wondering if you can retrieve multiple entries from the db - in my testing, i'm only getting a single item. ie: ``` db .collection('skus') .doc({ type: 'LONGBOARD' }) .orderBy('sku') .get()...