You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<b>Built and maintained with 🧡 by <ahref="https://teamhub.dev">GitLive</a></b><br/>
3
+
<b>Built and maintained with 🧡 by <ahref="https://git.live">GitLive</a></b><br/>
4
4
<i>Real-time code collaboration inside any IDE</i><br/>
5
-
🔓 <ahref="https://teamhub.typeform.com/to/uSS8cv">Request Early Access</a>
6
-
<h4></h4>
7
-
5
+
<br/>
6
+
<br/>
8
7
The Firebase Kotlin SDK is a Kotlin-first SDK for Firebase. It's API is similar to the [Firebase Android SDK Kotlin Extensions](https://firebase.github.io/firebase-android-sdk/reference/kotlin/firebase-ktx/) but also supports multiplatform projects, enabling you to use Firebase directly from your common source targeting *iOS*, *Android* or *JS*.
9
8
10
9
## Available libraries
@@ -13,12 +12,12 @@ The following libraries are available for the various Firebase products.
13
12
14
13
| Service or Product | Gradle Dependency | API Coverage |
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)
24
23
@@ -87,7 +86,7 @@ You can also omit the serializer but this is discouraged due to a [current limit
[Firestore](https://firebase.google.com/docs/reference/js/firebase.database.ServerValue#timestamp) and the [Realtime Database](https://firebase.google.com/docs/reference/android/com/google/firebase/database/ServerValue#TIMESTAMP) provide a sentinel value you can use to set a field in your document to a server timestamp. So you can use these values in custom classes they are of type `Double`:
89
+
[Firestore](https://firebase.google.com/docs/reference/kotlin/com/google/firebase/firestore/FieldValue?hl=en#serverTimestamp()) and the [Realtime Database](https://firebase.google.com/docs/reference/android/com/google/firebase/database/ServerValue#TIMESTAMP) provide a sentinel value you can use to set a field in your document to a server timestamp. So you can use these values in custom classes they are of type `Double`:
91
90
92
91
```kotlin
93
92
@Serializable
@@ -164,12 +163,12 @@ If you are building a Kotlin multiplatform library which will be consumed from J
0 commit comments