From f07215df559b219c0ab455a71c22ffb55376549a Mon Sep 17 00:00:00 2001 From: Andrew Reed Date: Tue, 5 Oct 2021 14:20:37 +0100 Subject: [PATCH] Added comment on skip test. Adjusted readme. --- README.md | 28 ++++++++++++++-------------- gradle.properties | 1 + 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 06a18d02b..d0d1bbeb0 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,13 @@ 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.4.2`](https://search.maven.org/artifact/dev.gitlive/firebase-auth/1.4.2/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.4.2`](https://search.maven.org/artifact/dev.gitlive/firebase-database/1.4.2/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.4.2`](https://search.maven.org/artifact/dev.gitlive/firebase-firestore/1.4.2/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.4.2`](https://search.maven.org/artifact/dev.gitlive/firebase-functions/1.4.2/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.4.2`](https://search.maven.org/artifact/dev.gitlive/firebase-messaging/1.4.2/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.4.2`](https://search.maven.org/artifact/dev.gitlive/firebase-storage/1.4.2/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.4.2`](https://search.maven.org/artifact/dev.gitlive/firebase-config/1.4.2/pom) | ![20%](https://img.shields.io/badge/-20%25-orange?style=flat-square) | +| [Authentication](https://firebase.google.com/docs/auth#kotlin-android) | [`dev.gitlive:firebase-auth:1.4.3`](https://search.maven.org/artifact/dev.gitlive/firebase-auth/1.4.3/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.4.3`](https://search.maven.org/artifact/dev.gitlive/firebase-database/1.4.3/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.4.3`](https://search.maven.org/artifact/dev.gitlive/firebase-firestore/1.4.3/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.4.3`](https://search.maven.org/artifact/dev.gitlive/firebase-functions/1.4.3/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.4.3`](https://search.maven.org/artifact/dev.gitlive/firebase-messaging/1.4.3/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.4.3`](https://search.maven.org/artifact/dev.gitlive/firebase-storage/1.4.3/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.4.3`](https://search.maven.org/artifact/dev.gitlive/firebase-config/1.4.3/pom) | ![20%](https://img.shields.io/badge/-20%25-orange?style=flat-square) | @@ -166,13 +166,13 @@ If you are building a Kotlin multiplatform library which will be consumed from J ```json "dependencies": { - "@gitlive/firebase-auth": "1.4.2", - "@gitlive/firebase-database": "1.4.2", - "@gitlive/firebase-firestore": "1.4.2", - "@gitlive/firebase-functions": "1.4.2", - "@gitlive/firebase-storage": "1.4.2", - "@gitlive/firebase-messaging": "1.4.2", - "@gitlive/firebase-config": "1.4.2" + "@gitlive/firebase-auth": "1.4.3", + "@gitlive/firebase-database": "1.4.3", + "@gitlive/firebase-firestore": "1.4.3", + "@gitlive/firebase-functions": "1.4.3", + "@gitlive/firebase-storage": "1.4.3", + "@gitlive/firebase-messaging": "1.4.3", + "@gitlive/firebase-config": "1.4.3" } ``` diff --git a/gradle.properties b/gradle.properties index 8c04adbb6..dead1d414 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,6 +21,7 @@ testOptions.unitTests.isIncludeAndroidResources=true skipIosTarget=false # Skip iOS Tests firebase-app.skipIosTests=false +# We are skipping auth ios tests due to an issue with keychain and simulator. firebase-auth.skipIosTests=true firebase-common.skipIosTests=false firebase-database.skipIosTests=false