Closed santuy-co closed 3 years ago
Try running this command to install firebase first:
npm i firebase@9.0.0-2021720181311
Then install reactfire:
npm i reactfire@exp
Once a release candidate or another beta version is released, reactfire will probably update to be more flexible about firebase versions.
I get error below then running
npm install --save reactfire@exp firebase@exp
:My
package.json
file:I have tried to remove
node_modules
&package-lock.json
, but the error still occurs. How i can do to fix it?