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
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,11 @@
4
4
<i>Development teams merge faster with GitLive</i><br/>
5
5
<br/>
6
6
<br/>
7
-
The Firebase Kotlin SDK is a Kotlin-first SDK for Firebase. It's API is similar to the <ahref="https://firebase.github.io/firebase-android-sdk/reference/kotlin/firebase-ktx/">Firebase Android SDK Kotlin Extensions</a> but also supports multiplatform projects, enabling you to use Firebase directly from your common source targeting <strong>iOS</strong>, <strong>Android</strong> or <strong>JS</strong>.
7
+
The Firebase Kotlin SDK is a Kotlin-first SDK for Firebase. It's API is similar to the
but also supports multiplatform projects, enabling you to use Firebase directly from your common source targeting
10
+
<strong>iOS</strong>, <strong>Android</strong>, <strong>Desktop</strong> or <strong>Web</strong>, enabling the use of
11
+
Firebase as a backend for<ahref="https://www.jetbrains.com/lp/compose-multiplatform/">Compose Multiplatform</a>, for example.
8
12
9
13
## Available libraries
10
14
@@ -202,6 +206,8 @@ In cases where it makes sense, such as Firebase Functions HTTPS Callable, operat
202
206
203
207
The Firebase Kotlin SDK provides a common API to access Firebase for projects targeting *iOS*, *Android* and *JS* meaning you can use Firebase directly in your common code. Under the hood, the SDK achieves this by binding to the respective official Firebase SDK for each supported platform.
204
208
209
+
It uses the <ahref="https://github.com/GitLiveApp/firebase-java-sdk">Firebase Java SDK</a> to support the JVM target.
210
+
205
211
### Accessing the underlying Firebase SDK
206
212
207
213
In some cases you might want to access the underlying official Firebase SDK in platform specific code, for example when the common API is missing the functionality you need. For this purpose each class in the SDK has `android`, `ios` and `js` properties which holds the equivalent object of the underlying official Firebase SDK.
0 commit comments