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
2
2
3
3
This is the primary entrypoint to the Firebase JS SDK. ** All apps using firebase
4
4
will 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
2
2
3
3
This 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
5
5
is included by default in the [ ` firebase ` ] ( https://npm.im/firebase ) wrapper
6
6
package.
7
7
Original file line number Diff line number Diff line change 1
- # ` @firebase/database `
1
+ # @firebase/database
2
2
3
3
This 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
5
5
is included by default in the [ ` firebase ` ] ( https://npm.im/firebase ) wrapper
6
6
package.
7
7
Original file line number Diff line number Diff line change 1
- # ` @firebase/firestore `
1
+ # @firebase/firestore
2
2
3
3
This 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
5
5
** is not** included by default in the [ ` firebase ` ] ( https://npm.im/firebase )
6
6
wrapper package.
7
7
Original file line number Diff line number Diff line change 1
- # ` @firebase/messaging `
1
+ # @firebase/messaging
2
2
3
3
This 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
5
5
is included by default in the [ ` firebase ` ] ( https://npm.im/firebase ) wrapper
6
6
package.
7
7
Original file line number Diff line number Diff line change 1
- # ` @firebase/polyfill `
1
+ # @firebase/polyfill
2
2
3
3
This is the a set of polyfills/shims used by the Firebase JS SDK. This package
4
4
is 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
2
2
3
3
This 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
5
5
is included by default in the [ ` firebase ` ] ( https://npm.im/firebase ) wrapper
6
6
package.
7
7
Original file line number Diff line number Diff line change 1
- # ` @firebase/util `
1
+ # @firebase/util
2
2
3
3
_ NOTE: This is specifically tailored for Firebase JS SDK usage, if you are not a
4
4
member of the Firebase team, please avoid using this package_
@@ -18,7 +18,7 @@ $ npm install @firebase/util
18
18
** ES Modules**
19
19
20
20
``` javascript
21
- import { Deferrred } from ' @firebase/util' ;
21
+ import { Deferred } from ' @firebase/util' ;
22
22
23
23
// Do stuff with Deferred or any of the other Utils you import
24
24
```
You can’t perform that action at this time.
0 commit comments