DEV Community

Discussion on: React & Firebase: Add Firebase to a React App

Collapse
 
alperguven profile image
Alper Güven

I applied this and Firebase logged a warning to console immediately. It suggests that you should only import the part you use. So, for this example:
Rather than this >> import firebase from "firebase";
It suggests to use this >> import firebase from "firebase/app";

Collapse
 
farazamiruddin profile image
faraz ahmad

Thanks for the heads up! I updated the example.