We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e32e8d commit c8d6d4bCopy full SHA for c8d6d4b
src/connect.js
@@ -1,7 +1,8 @@
1
-import firebase from 'firebase'
2
-import invariant from 'invariant'
3
import { Component, createElement } from 'react'
+import invariant from 'invariant'
4
import { isFunction, isPlainObject, isString, keys, pickBy, omitBy, reduce } from 'lodash'
+import firebase from 'firebase/app'
5
+import 'firebase/database'
6
import { firebaseAppShape } from './PropTypes'
7
import { applyMethods, getDisplayName } from './utils'
8
0 commit comments