@@ -8,6 +8,7 @@ iOS, and desktop platforms. It includes the following Firebase libraries:
8
8
- [ Firebase Authentication] ( https://firebase.google.com/docs/auth/ )
9
9
- [ Firebase Realtime Database] ( https://firebase.google.com/docs/database/ )
10
10
- [ Firebase Dynamic Links] ( https://firebase.google.com/docs/dynamic-links/ )
11
+ - [ Cloud Firestore] ( https://firebase.google.com/docs/firestore/ )
11
12
- [ Cloud Functions for Firebase] ( https://firebase.google.com/docs/functions/ )
12
13
- [ Firebase Invites] ( https://firebase.google.com/docs/invites/ )
13
14
- [ Firebase Cloud Messaging] ( https://firebase.google.com/docs/cloud-messaging/ )
@@ -65,7 +66,7 @@ required packages:
65
66
The following prerequisites are required when building the libraries for
66
67
desktop platforms.
67
68
68
- - [ OpenSSL] ( https://www.openssl.org/ ) , needed for Realtime Database
69
+ - [ OpenSSL] ( https://www.openssl.org/ ) , needed for Realtime Database and Cloud Firestore
69
70
- [ Protobuf] ( https://github.com/protocolbuffers/protobuf/blob/master/src/README.md ) ,
70
71
needed for Remote Config
71
72
@@ -135,6 +136,7 @@ The CMake following targets are available to build and link with:
135
136
| Firebase Authentication | firebase_auth |
136
137
| Firebase Realtime Database | firebase_database |
137
138
| Firebase Dynamic Links | firebase_dynamic_links |
139
+ | Cloud Firestore | firebase_firestore |
138
140
| Cloud Functions for Firebase | firebase_functions |
139
141
| Firebase Invites | firebase_invites |
140
142
| Firebase Cloud Messaging | firebase_messaging |
@@ -240,6 +242,7 @@ release version of each Firebase library is:
240
242
| Firebase Authentication | :auth: assembleRelease |
241
243
| Firebase Realtime Database | :database: assembleRelease |
242
244
| Firebase Dynamic Links | :dynamic_links: assembleRelease |
245
+ | Cloud Firestore | :firestore: assembleRelease |
243
246
| Cloud Functions for Firebase | :functions: assembleRelease |
244
247
| Firebase Invites | :invites: assembleRelease |
245
248
| Firebase Cloud Messaging | :messaging: assembleRelease |
0 commit comments