use firebase with react hooks code example
Example 1: how to deploy react app firebase
npm install -g firebase-tools
firebase login
firebase init
npm run build
firebase deploy
Example 2: install firebase in react
$ npm install firebase
# or
$ yarn add firebase