You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Named export 'collectionData' not found. The requested module 'rxfire/firestore' is a CommonJS module, which may not support all module.exports as named exports.
#59
Open
GiuntaLucas opened this issue
Sep 12, 2022
· 1 comment
Hello, i'm using rxFire into my Astro application using RxFire into one component to retrieve my data from firestore.
During the build i have an issue about the collectionData export wich is not found.
This is the error i get :
When i try to apply the fix i have another error, but seems no sence to me.
If some of you want to replicate this issue, you can clone this link and run
npm run build
I'm using this config:
The text was updated successfully, but these errors were encountered: