File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11# ` @firebase/database `
22
3- This is the realtime database component for the Firebase JS SDK. It has a peer
3+ This is the realtime database component for the Firebase JS SDK. It has a peer
44dependency on the [ ` @firebase/app ` ] ( https://npm.im ) package on NPM. This package
55is included by default in the [ ` firebase ` ] ( https://npm.im/firebase ) wrapper
66package.
2424import firebase from ' @firebase/app' ;
2525import ' @firebase/database'
2626
27- // Do stuff w/ `firebase` and `firebase.auth `
27+ // Do stuff w/ `firebase` and `firebase.database `
2828```
2929
3030** CommonJS Modules**
@@ -33,7 +33,7 @@ import '@firebase/database'
3333const firebase = require (' @firebase/app' ).default ;
3434require (' @firebase/database' );
3535
36- // Do stuff with `firebase` and `firebase.auth `
36+ // Do stuff with `firebase` and `firebase.database `
3737```
3838
3939## Documentation
Original file line number Diff line number Diff line change 11# ` @firebase/firestore `
22
3- This is the realtime database component for the Firebase JS SDK. It has a peer
3+ This is the Firestore component for the Firebase JS SDK. It has a peer
44dependency on the [ ` @firebase/app ` ] ( https://npm.im ) package on NPM. This package
55** is not** included by default in the [ ` firebase ` ] ( https://npm.im/firebase )
66wrapper package.
2424import firebase from ' @firebase/app' ;
2525import ' @firebase/firestore'
2626
27- // Do stuff w/ `firebase` and `firebase.auth `
27+ // Do stuff w/ `firebase` and `firebase.firestore `
2828```
2929
3030** CommonJS Modules**
@@ -33,7 +33,7 @@ import '@firebase/firestore'
3333const firebase = require (' @firebase/app' ).default ;
3434require (' @firebase/firestore' );
3535
36- // Do stuff with `firebase` and `firebase.auth `
36+ // Do stuff with `firebase` and `firebase.firestore `
3737```
3838
3939## Documentation
Original file line number Diff line number Diff line change 11# ` @firebase/messaging `
22
3- This is the authentication component for the Firebase JS SDK. It has a peer
3+ This is the messaging component for the Firebase JS SDK. It has a peer
44dependency on the [ ` @firebase/app ` ] ( https://npm.im ) package on NPM. This package
55is included by default in the [ ` firebase ` ] ( https://npm.im/firebase ) wrapper
66package.
2424import firebase from ' @firebase/app' ;
2525import ' @firebase/messaging'
2626
27- // Do stuff w/ `firebase` and `firebase.auth `
27+ // Do stuff w/ `firebase` and `firebase.messaging `
2828```
2929
3030** CommonJS Modules**
@@ -33,7 +33,7 @@ import '@firebase/messaging'
3333const firebase = require (' @firebase/app' ).default ;
3434require (' @firebase/messaging' );
3535
36- // Do stuff with `firebase` and `firebase.auth `
36+ // Do stuff with `firebase` and `firebase.messaging `
3737```
3838
3939## Documentation
Original file line number Diff line number Diff line change 11# ` @firebase/storage `
22
3- This is the authentication component for the Firebase JS SDK. It has a peer
3+ This is the storage component for the Firebase JS SDK. It has a peer
44dependency on the [ ` @firebase/app ` ] ( https://npm.im ) package on NPM. This package
55is included by default in the [ ` firebase ` ] ( https://npm.im/firebase ) wrapper
66package.
2424import firebase from ' @firebase/app' ;
2525import ' @firebase/storage'
2626
27- // Do stuff w/ `firebase` and `firebase.auth `
27+ // Do stuff w/ `firebase` and `firebase.storage `
2828```
2929
3030** CommonJS Modules**
@@ -33,7 +33,7 @@ import '@firebase/storage'
3333const firebase = require (' @firebase/app' ).default ;
3434require (' @firebase/storage' );
3535
36- // Do stuff with `firebase` and `firebase.auth `
36+ // Do stuff with `firebase` and `firebase.storage `
3737```
3838
3939## Documentation
You can’t perform that action at this time.
0 commit comments