The react firebase app is compatible to versions lower than v9.
src/contexts/AuthContext.js
- Contains all the functions for:
- Signing In
- Signing Out
- Signing Up
- Resetting Password
- Updating Email
- Updating Password
- Getting current user info
- v9 has a little update. In
src/firebase.js
, make sure to use the following imports in line 1 and 2:
import firebase from 'firebase/compat/app';
import 'firebase/compat/auth';