Skip to content

Commit

Permalink
added firebase-installations to be published, updated Firebase docs l…
Browse files Browse the repository at this point in the history
…inks
  • Loading branch information
suntrix committed Apr 9, 2022
1 parent abab67d commit 15755be
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,15 @@ jobs:
uses: eskatos/gradle-command-action@v1
with:
arguments: :firebase-functions:publish
env:
sonatypeUsername: ${{ secrets.SONATYPEUSERNAME }}
sonatypePassword: ${{ secrets.SONATYPEPASSWORD }}
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.GPG_PRIVATE_KEY }}
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.PASSPHRASE }}
- name: Publish Firebase Installations
uses: eskatos/gradle-command-action@v1
with:
arguments: :firebase-installations:publish
env:
sonatypeUsername: ${{ secrets.SONATYPEUSERNAME }}
sonatypePassword: ${{ secrets.SONATYPEPASSWORD }}
Expand Down
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ The following libraries are available for the various Firebase products.

| Service or Product | Gradle Dependency | API Coverage |
| ------------------------------------------------------------------------------------ | :-----------------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Authentication](https://firebase.google.com/docs/auth#kotlin-android) | [`dev.gitlive:firebase-auth:1.5.0`](https://search.maven.org/artifact/dev.gitlive/firebase-auth/1.5.0/pom) | [![80%](https://img.shields.io/badge/-80%25-green?style=flat-square)](/firebase-auth/src/commonMain/kotlin/dev/gitlive/firebase/auth/auth.kt) |
| [Realtime Database](https://firebase.google.com/docs/database#kotlin-android) | [`dev.gitlive:firebase-database:1.5.0`](https://search.maven.org/artifact/dev.gitlive/firebase-database/1.5.0/pom) | [![70%](https://img.shields.io/badge/-70%25-orange?style=flat-square)](/firebase-database/src/commonMain/kotlin/dev/gitlive/firebase/database/database.kt) |
| [Cloud Firestore](https://firebase.google.com/docs/firestore#kotlin-android) | [`dev.gitlive:firebase-firestore:1.5.0`](https://search.maven.org/artifact/dev.gitlive/firebase-firestore/1.5.0/pom) | [![60%](https://img.shields.io/badge/-60%25-orange?style=flat-square)](/firebase-firestore/src/commonMain/kotlin/dev/gitlive/firebase/firestore/firestore.kt) |
| [Cloud Functions](https://firebase.google.com/docs/functions/callable#kotlin-android)| [`dev.gitlive:firebase-functions:1.5.0`](https://search.maven.org/artifact/dev.gitlive/firebase-functions/1.5.0/pom) | [![80%](https://img.shields.io/badge/-80%25-green?style=flat-square)](/firebase-functions/src/commonMain/kotlin/dev/gitlive/firebase/functions/functions.kt) |
| [Cloud Messaging](https://firebase.google.com/docs/messaging#kotlin-android) | [`dev.gitlive:firebase-messaging:1.5.0`](https://search.maven.org/artifact/dev.gitlive/firebase-messaging/1.5.0/pom) | ![0%](https://img.shields.io/badge/-0%25-lightgrey?style=flat-square) |
| [Cloud Storage](https://firebase.google.com/docs/storage#kotlin-android) | [`dev.gitlive:firebase-storage:1.5.0`](https://search.maven.org/artifact/dev.gitlive/firebase-storage/1.5.0/pom) | ![0%](https://img.shields.io/badge/-0%25-lightgrey?style=flat-square) |
| [Remote Config](https://firebase.google.com/docs/remote-config/get-started?platform=android) | [`dev.gitlive:firebase-config:1.5.0`](https://search.maven.org/artifact/dev.gitlive/firebase-config/1.5.0/pom) | ![20%](https://img.shields.io/badge/-20%25-orange?style=flat-square) |
| [Authentication](https://firebase.google.com/docs/auth) | [`dev.gitlive:firebase-auth:1.5.0`](https://search.maven.org/artifact/dev.gitlive/firebase-auth/1.5.0/pom) | [![80%](https://img.shields.io/badge/-80%25-green?style=flat-square)](/firebase-auth/src/commonMain/kotlin/dev/gitlive/firebase/auth/auth.kt) |
| [Realtime Database](https://firebase.google.com/docs/database) | [`dev.gitlive:firebase-database:1.5.0`](https://search.maven.org/artifact/dev.gitlive/firebase-database/1.5.0/pom) | [![70%](https://img.shields.io/badge/-70%25-orange?style=flat-square)](/firebase-database/src/commonMain/kotlin/dev/gitlive/firebase/database/database.kt) |
| [Cloud Firestore](https://firebase.google.com/docs/firestore) | [`dev.gitlive:firebase-firestore:1.5.0`](https://search.maven.org/artifact/dev.gitlive/firebase-firestore/1.5.0/pom) | [![60%](https://img.shields.io/badge/-60%25-orange?style=flat-square)](/firebase-firestore/src/commonMain/kotlin/dev/gitlive/firebase/firestore/firestore.kt) |
| [Cloud Functions](https://firebase.google.com/docs/functions)| [`dev.gitlive:firebase-functions:1.5.0`](https://search.maven.org/artifact/dev.gitlive/firebase-functions/1.5.0/pom) | [![80%](https://img.shields.io/badge/-80%25-green?style=flat-square)](/firebase-functions/src/commonMain/kotlin/dev/gitlive/firebase/functions/functions.kt) |
| [Cloud Messaging](https://firebase.google.com/docs/cloud-messaging) | [`dev.gitlive:firebase-messaging:1.5.0`](https://search.maven.org/artifact/dev.gitlive/firebase-messaging/1.5.0/pom) | ![0%](https://img.shields.io/badge/-0%25-lightgrey?style=flat-square) |
| [Cloud Storage](https://firebase.google.com/docs/storage) | [`dev.gitlive:firebase-storage:1.5.0`](https://search.maven.org/artifact/dev.gitlive/firebase-storage/1.5.0/pom) | ![0%](https://img.shields.io/badge/-0%25-lightgrey?style=flat-square) |
| [Installations](https://firebase.google.com/docs/projects/manage-installations) | [`dev.gitlive:firebase-installations:1.5.0`](https://search.maven.org/artifact/dev.gitlive/firebase-installations/1.5.0/pom) | ![90%](https://img.shields.io/badge/-0%25-lightgrey?style=flat-square) |
| [Remote Config](https://firebase.google.com/docs/remote-config) | [`dev.gitlive:firebase-config:1.5.0`](https://search.maven.org/artifact/dev.gitlive/firebase-config/1.5.0/pom) | ![20%](https://img.shields.io/badge/-20%25-orange?style=flat-square) |



Expand Down Expand Up @@ -200,12 +201,13 @@ If you are building a Kotlin multiplatform library which will be consumed from J
```json
"dependencies": {
"@gitlive/firebase-auth": "1.5.0",
"@gitlive/firebase-config": "1.5.0",
"@gitlive/firebase-database": "1.5.0",
"@gitlive/firebase-firestore": "1.5.0",
"@gitlive/firebase-functions": "1.5.0",
"@gitlive/firebase-storage": "1.5.0",
"@gitlive/firebase-installations": "1.5.0",
"@gitlive/firebase-messaging": "1.5.0",
"@gitlive/firebase-config": "1.5.0"
"@gitlive/firebase-storage": "1.5.0"
}
```

Expand Down

0 comments on commit 15755be

Please sign in to comment.