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 1
1
# ` @firebase/database `
2
2
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
4
4
dependency on the [ ` @firebase/app ` ] ( https://npm.im ) package on NPM. This package
5
5
is included by default in the [ ` firebase ` ] ( https://npm.im/firebase ) wrapper
6
6
package.
24
24
import firebase from ' @firebase/app' ;
25
25
import ' @firebase/database'
26
26
27
- // Do stuff w/ `firebase` and `firebase.auth `
27
+ // Do stuff w/ `firebase` and `firebase.database `
28
28
```
29
29
30
30
** CommonJS Modules**
@@ -33,7 +33,7 @@ import '@firebase/database'
33
33
const firebase = require (' @firebase/app' ).default ;
34
34
require (' @firebase/database' );
35
35
36
- // Do stuff with `firebase` and `firebase.auth `
36
+ // Do stuff with `firebase` and `firebase.database `
37
37
```
38
38
39
39
## Documentation
Original file line number Diff line number Diff line change 1
1
# ` @firebase/firestore `
2
2
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
4
4
dependency on the [ ` @firebase/app ` ] ( https://npm.im ) package on NPM. This package
5
5
** is not** included by default in the [ ` firebase ` ] ( https://npm.im/firebase )
6
6
wrapper package.
24
24
import firebase from ' @firebase/app' ;
25
25
import ' @firebase/firestore'
26
26
27
- // Do stuff w/ `firebase` and `firebase.auth `
27
+ // Do stuff w/ `firebase` and `firebase.firestore `
28
28
```
29
29
30
30
** CommonJS Modules**
@@ -33,7 +33,7 @@ import '@firebase/firestore'
33
33
const firebase = require (' @firebase/app' ).default ;
34
34
require (' @firebase/firestore' );
35
35
36
- // Do stuff with `firebase` and `firebase.auth `
36
+ // Do stuff with `firebase` and `firebase.firestore `
37
37
```
38
38
39
39
## Documentation
Original file line number Diff line number Diff line change 1
1
# ` @firebase/messaging `
2
2
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
4
4
dependency on the [ ` @firebase/app ` ] ( https://npm.im ) package on NPM. This package
5
5
is included by default in the [ ` firebase ` ] ( https://npm.im/firebase ) wrapper
6
6
package.
24
24
import firebase from ' @firebase/app' ;
25
25
import ' @firebase/messaging'
26
26
27
- // Do stuff w/ `firebase` and `firebase.auth `
27
+ // Do stuff w/ `firebase` and `firebase.messaging `
28
28
```
29
29
30
30
** CommonJS Modules**
@@ -33,7 +33,7 @@ import '@firebase/messaging'
33
33
const firebase = require (' @firebase/app' ).default ;
34
34
require (' @firebase/messaging' );
35
35
36
- // Do stuff with `firebase` and `firebase.auth `
36
+ // Do stuff with `firebase` and `firebase.messaging `
37
37
```
38
38
39
39
## Documentation
Original file line number Diff line number Diff line change 1
1
# ` @firebase/storage `
2
2
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
4
4
dependency on the [ ` @firebase/app ` ] ( https://npm.im ) package on NPM. This package
5
5
is included by default in the [ ` firebase ` ] ( https://npm.im/firebase ) wrapper
6
6
package.
24
24
import firebase from ' @firebase/app' ;
25
25
import ' @firebase/storage'
26
26
27
- // Do stuff w/ `firebase` and `firebase.auth `
27
+ // Do stuff w/ `firebase` and `firebase.storage `
28
28
```
29
29
30
30
** CommonJS Modules**
@@ -33,7 +33,7 @@ import '@firebase/storage'
33
33
const firebase = require (' @firebase/app' ).default ;
34
34
require (' @firebase/storage' );
35
35
36
- // Do stuff with `firebase` and `firebase.auth `
36
+ // Do stuff with `firebase` and `firebase.storage `
37
37
```
38
38
39
39
## Documentation
You can’t perform that action at this time.
0 commit comments