Skip to content

Commit 8f66f63

Browse files
authored
Add Firestore to README.md. (#592)
* Add Firestore to README.md. * Protobuf is not needed for Firestore.
1 parent e7573aa commit 8f66f63

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ iOS, and desktop platforms. It includes the following Firebase libraries:
88
- [Firebase Authentication](https://firebase.google.com/docs/auth/)
99
- [Firebase Realtime Database](https://firebase.google.com/docs/database/)
1010
- [Firebase Dynamic Links](https://firebase.google.com/docs/dynamic-links/)
11+
- [Cloud Firestore](https://firebase.google.com/docs/firestore/)
1112
- [Cloud Functions for Firebase](https://firebase.google.com/docs/functions/)
1213
- [Firebase Invites](https://firebase.google.com/docs/invites/)
1314
- [Firebase Cloud Messaging](https://firebase.google.com/docs/cloud-messaging/)
@@ -65,7 +66,7 @@ required packages:
6566
The following prerequisites are required when building the libraries for
6667
desktop platforms.
6768

68-
- [OpenSSL](https://www.openssl.org/), needed for Realtime Database
69+
- [OpenSSL](https://www.openssl.org/), needed for Realtime Database and Cloud Firestore
6970
- [Protobuf](https://github.com/protocolbuffers/protobuf/blob/master/src/README.md),
7071
needed for Remote Config
7172

@@ -135,6 +136,7 @@ The CMake following targets are available to build and link with:
135136
| Firebase Authentication | firebase_auth |
136137
| Firebase Realtime Database | firebase_database |
137138
| Firebase Dynamic Links | firebase_dynamic_links |
139+
| Cloud Firestore | firebase_firestore |
138140
| Cloud Functions for Firebase | firebase_functions |
139141
| Firebase Invites | firebase_invites |
140142
| Firebase Cloud Messaging | firebase_messaging |
@@ -240,6 +242,7 @@ release version of each Firebase library is:
240242
| Firebase Authentication | :auth:assembleRelease |
241243
| Firebase Realtime Database | :database:assembleRelease |
242244
| Firebase Dynamic Links | :dynamic_links:assembleRelease |
245+
| Cloud Firestore | :firestore:assembleRelease |
243246
| Cloud Functions for Firebase | :functions:assembleRelease |
244247
| Firebase Invites | :invites:assembleRelease |
245248
| Firebase Cloud Messaging | :messaging:assembleRelease |

0 commit comments

Comments
 (0)