I\'m having trouble getting Firebase Firestore to work with the basic create-react-app boilerplate. Does anyone have a working sample?
The Get Started doc only expla
This worked for me.
Make sure you have installed npm install --save firebase
import 'firebase/firestore';