File tree Expand file tree Collapse file tree 8 files changed +14
-14
lines changed Expand file tree Collapse file tree 8 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1- # ` @firebase/app `
1+ # @firebase/app
22
33This is the primary entrypoint to the Firebase JS SDK. ** All apps using firebase
44will need this package** . Other ` @firebase ` packages are typically mounted on to
Original file line number Diff line number Diff line change 1- # ` @firebase/auth `
1+ # @firebase/auth
22
33This is the authentication component for the Firebase JS SDK. It has a peer
4- dependency on the [ ` @firebase/app ` ] ( https://npm.im ) package on NPM. This package
4+ dependency on the [ ` @firebase/app ` ] ( https://npm.im/@firebase/app ) package on NPM. This package
55is included by default in the [ ` firebase ` ] ( https://npm.im/firebase ) wrapper
66package.
77
Original file line number Diff line number Diff line change 1- # ` @firebase/database `
1+ # @firebase/database
22
33This is the realtime database component for the Firebase JS SDK. It has a peer
4- dependency on the [ ` @firebase/app ` ] ( https://npm.im ) package on NPM. This package
4+ dependency on the [ ` @firebase/app ` ] ( https://npm.im/@firebase/app ) package on NPM. This package
55is included by default in the [ ` firebase ` ] ( https://npm.im/firebase ) wrapper
66package.
77
Original file line number Diff line number Diff line change 1- # ` @firebase/firestore `
1+ # @firebase/firestore
22
33This is the Firestore component for the Firebase JS SDK. It has a peer
4- dependency on the [ ` @firebase/app ` ] ( https://npm.im ) package on NPM. This package
4+ dependency on the [ ` @firebase/app ` ] ( https://npm.im/@firebase/app ) package on NPM. This package
55** is not** included by default in the [ ` firebase ` ] ( https://npm.im/firebase )
66wrapper package.
77
Original file line number Diff line number Diff line change 1- # ` @firebase/messaging `
1+ # @firebase/messaging
22
33This is the messaging component for the Firebase JS SDK. It has a peer
4- dependency on the [ ` @firebase/app ` ] ( https://npm.im ) package on NPM. This package
4+ dependency on the [ ` @firebase/app ` ] ( https://npm.im/@firebase/app ) package on NPM. This package
55is included by default in the [ ` firebase ` ] ( https://npm.im/firebase ) wrapper
66package.
77
Original file line number Diff line number Diff line change 1- # ` @firebase/polyfill `
1+ # @firebase/polyfill
22
33This is the a set of polyfills/shims used by the Firebase JS SDK. This package
44is completely standalone and can be loaded to standardize environments for use
Original file line number Diff line number Diff line change 1- # ` @firebase/storage `
1+ # @firebase/storage
22
33This is the storage component for the Firebase JS SDK. It has a peer
4- dependency on the [ ` @firebase/app ` ] ( https://npm.im ) package on NPM. This package
4+ dependency on the [ ` @firebase/app ` ] ( https://npm.im/@firebase/app ) package on NPM. This package
55is included by default in the [ ` firebase ` ] ( https://npm.im/firebase ) wrapper
66package.
77
Original file line number Diff line number Diff line change 1- # ` @firebase/util `
1+ # @firebase/util
22
33_ NOTE: This is specifically tailored for Firebase JS SDK usage, if you are not a
44member of the Firebase team, please avoid using this package_
@@ -18,7 +18,7 @@ $ npm install @firebase/util
1818** ES Modules**
1919
2020``` javascript
21- import { Deferrred } from ' @firebase/util' ;
21+ import { Deferred } from ' @firebase/util' ;
2222
2323// Do stuff with Deferred or any of the other Utils you import
2424```
You can’t perform that action at this time.
0 commit comments