TypeError: Cannot read properties of undefined (Getting data from firebase)
having some trouble while displaying data in my NextJS app.
TypeError: Cannot read properties of undefined (Getting data from firebase)
having some trouble while displaying data in my NextJS app.
Cannot find module ‘firebase/app’ or its corresponding type declarations
I have a NextJs project with Typescript, and I use Firebase,
The problem is that I downloaded these packages:
IterableIterator’ can only be iterated … ‘–downlevelIteration’ flag or
In a NextJS app hosted on Firebase I have the following code in the file functions/src/index.ts
(i.e. Cloud functions)