Closed LucasEduardoGoncalves closed 3 years ago
Same error
@LucasEduardoGoncalves @nandorojo I solved it by forking repo and replacing
import * as firebase from 'firebase/app'
to
import firebase from 'firebase/app'
at /swr-firestore/src/classes/Fuego.ts
Solution is in the docs for firestore v8.
https://github.com/nandorojo/swr-firestore/issues/59#issuecomment-719950071
I got this error again on
"expo": "~46.0.7",
"@nandorojo/swr-firestore": "^0.16.0",
"firebase": "9.6.11",