[2023] How to use Firestore in React
Published in
2 min readJan 5
--
<Introduction>
This Article describes how to connect React and Firestore.
<Generate React project>
- make a project (Typescript this time)
npx create-react-app --template typescript my-app