Skip to content

Commit 99b618b

Browse files
committed
address comments
1 parent 2f08652 commit 99b618b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<!-- BADGES -->
44
![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)
65
[![Version](https://img.shields.io/npm/v/firebase.svg?label=version)](https://www.npmjs.com/package/firebase)
76
[![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)
87
<!-- END BADGES -->

packages/firebase/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!-- BADGES -->
22
![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)
43
[![Version](https://img.shields.io/npm/v/firebase.svg?label=version)](https://www.npmjs.com/package/firebase)
54
[![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)
65
<!-- END BADGES -->
@@ -27,6 +26,8 @@ For more information, visit:
2726
- [Firebase Storage](https://firebase.google.com/docs/storage/web/start) -
2827
Firebase Storage lets you upload and store user generated content, such as
2928
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.
3031
- [Firebase Cloud Messaging](https://firebase.google.com/docs/cloud-messaging/js/client) -
3132
Firebase Cloud Messaging is a cross-platform messaging solution that lets you
3233
reliably deliver messages at no cost.
@@ -111,10 +112,10 @@ React App](//reactjs.org/docs/create-a-new-react-app.html) automatically
111112
handle module bundling for libraries installed through npm and imported into
112113
your codebase.
113114

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.
115116

116117
### 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.
118119

119120
```html
120121
<!-- use script module by specifying type="module" -->

0 commit comments

Comments
 (0)