firecmsco / firecms

Awesome Firebase/Firestore-based CMS. The missing admin panel for your Firebase project!
https://firecms.co
Other
1.15k stars 184 forks source link

Attempted import error: 'getCountFromServer' is not exported from 'firebase/firestore' (imported as 'sl'). #532

Closed warrenrhodes closed 1 year ago

warrenrhodes commented 1 year ago

I get the error Attempted import error: 'getCountFromServer' is not exported from 'firebase/firestore' (imported as 'sl'). when building a project with fireCms instead of @Camberi/firecms.

fgatti675 commented 1 year ago

Hi Warren, make sure you are using the latest Firestore library, that method was added in recent versions

warrenrhodes commented 1 year ago

I used the same version of firebase that firecms uses, it didn't work, but after updating to version 9.23, it works fine.