File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- BADGES -->
4
4
![ Build Status] ( https://img.shields.io/github/workflow/status/firebase/firebase-js-sdk/Run%20All%20Tests.svg )
5
- [ ![ Build Status] ( https://saucelabs.com/buildstatus/firebase-oss )] ( https://saucelabs.com/u/firebase-oss )
6
5
[ ![ Version] ( https://img.shields.io/npm/v/firebase.svg?label=version )] ( https://www.npmjs.com/package/firebase )
7
6
[ ![ Coverage Status] ( https://coveralls.io/repos/github/firebase/firebase-js-sdk/badge.svg?branch=master )] ( https://coveralls.io/github/firebase/firebase-js-sdk?branch=master )
8
7
<!-- END BADGES -->
Original file line number Diff line number Diff line change 1
1
<!-- BADGES -->
2
2
![ Build Status] ( https://img.shields.io/github/workflow/status/firebase/firebase-js-sdk/Run%20All%20Tests.svg )
3
- [ ![ Build Status] ( https://saucelabs.com/buildstatus/firebase-oss )] ( https://saucelabs.com/u/firebase-oss )
4
3
[ ![ Version] ( https://img.shields.io/npm/v/firebase.svg?label=version )] ( https://www.npmjs.com/package/firebase )
5
4
[ ![ Coverage Status] ( https://coveralls.io/repos/github/firebase/firebase-js-sdk/badge.svg?branch=master )] ( https://coveralls.io/github/firebase/firebase-js-sdk?branch=master )
6
5
<!-- END BADGES -->
@@ -27,6 +26,8 @@ For more information, visit:
27
26
- [ Firebase Storage] ( https://firebase.google.com/docs/storage/web/start ) -
28
27
Firebase Storage lets you upload and store user generated content, such as
29
28
files, and images.
29
+ - [ Cloud Functions for Firebase] ( https://firebase.google.com/docs/functions ) -
30
+ Cloud Functions for Firebase is a serverless framework that lets you automatically run backend code in response to events triggered by Firebase features and HTTPS requests.
30
31
- [ Firebase Cloud Messaging] ( https://firebase.google.com/docs/cloud-messaging/js/client ) -
31
32
Firebase Cloud Messaging is a cross-platform messaging solution that lets you
32
33
reliably deliver messages at no cost.
@@ -111,10 +112,10 @@ React App](//reactjs.org/docs/create-a-new-react-app.html) automatically
111
112
handle module bundling for libraries installed through npm and imported into
112
113
your codebase.
113
114
114
- See our guide [ Using module bundlers with Firebase] ( /docs/web/module-bundling ) for more information.
115
+ See [ Using module bundlers with Firebase] ( /docs/web/module-bundling ) for more information.
115
116
116
117
### Script include
117
- You can also load Firebase packages as script modules in browsers that support native ES module .
118
+ You can also load Firebase packages as script modules in browsers that support native ES modules .
118
119
119
120
``` html
120
121
<!-- use script module by specifying type="module" -->
You can’t perform that action at this time.
0 commit comments