firebase / firestore-bundle-builder

14 stars 6 forks source link

Turbopack error with `collection()` method in Firestore #4

Open dopecello opened 1 year ago

dopecello commented 1 year ago

I don't know if there's a template for this so I'll just describe my problem the best I can:

getting this error when I'm simply calling the collection() method using nextjs and typescript:

image

here is the link the my repo if you all want to check it out. https://github.com/dopecello/music-jobs/tree/feature/signup-backend

dopecello commented 1 year ago

I'm using typescript and nextjs 13 with turbopack