Open jiantongc opened 4 years ago
In the latest firebase, we no longer import firebase like import firebase from 'firebase'
. instead, we should import only the module that we want, example like: import firebase from 'firebase/app'
Solved in this PR https://github.com/React-Penang/meetup-form/pull/6
As shown on the production site's console.