Skip to content

Commit a549f6d

Browse files
authored
Update README.md
1 parent 0e87958 commit a549f6d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ The following libraries are available for the various Firebase products.
1818
| [Cloud Functions](https://firebase.google.com/docs/functions/callable#kotlin-android)| [`dev.gitlive:firebase-functions:1.3.1`](https://search.maven.org/artifact/dev.gitlive/firebase-functions/1.3.1/pom) | [![80%](https://img.shields.io/badge/-80%25-green?style=flat-square)](/firebase-functions/src/commonMain/kotlin/dev/gitlive/firebase/functions/functions.kt) |
1919
| [Cloud Messaging](https://firebase.google.com/docs/messaging#kotlin-android) | [`dev.gitlive:firebase-messaging:1.3.1`](https://search.maven.org/artifact/dev.gitlive/firebase-messaging/1.3.1/pom) | ![0%](https://img.shields.io/badge/-0%25-lightgrey?style=flat-square) |
2020
| [Cloud Storage](https://firebase.google.com/docs/storage#kotlin-android) | [`dev.gitlive:firebase-storage:1.3.1`](https://search.maven.org/artifact/dev.gitlive/firebase-storage/1.3.1/pom) | ![0%](https://img.shields.io/badge/-0%25-lightgrey?style=flat-square) |
21+
| [Remote Config](https://firebase.google.com/docs/remote-config/get-started?platform=android) | [`dev.gitlive:firebase-config:1.3.1`](https://search.maven.org/artifact/dev.gitlive/firebase-config/1.3.1/pom) | ![20%](https://img.shields.io/badge/-20%25-orange?style=flat-square) |
22+
23+
2124

2225
Is the Firebase library or API you need missing? [Create an issue](https://github.com/GitLiveApp/firebase-kotlin-sdk/issues/new?labels=API+coverage&template=increase-api-coverage.md&title=Add+%5Bclass+name%5D.%5Bfunction+name%5D+to+%5Blibrary+name%5D+for+%5Bplatform+names%5D) to request additional API coverage or be awesome and [submit a PR](https://github.com/GitLiveApp/firebase-kotlin-sdk/fork)
2326

@@ -168,7 +171,8 @@ If you are building a Kotlin multiplatform library which will be consumed from J
168171
"@gitlive/firebase-firestore": "1.3.1",
169172
"@gitlive/firebase-functions": "1.3.1",
170173
"@gitlive/firebase-storage": "1.3.1",
171-
"@gitlive/firebase-messaging": "1.3.1"
174+
"@gitlive/firebase-messaging": "1.3.1",
175+
"@gitlive/firebase-config": "1.3.1"
172176
}
173177
```
174178

0 commit comments

Comments
 (0)