issues Search Results · repo:GitLiveApp/firebase-kotlin-sdk language:Kotlin
Filter by
322 results
(80 ms)322 results
inGitLiveApp/firebase-kotlin-sdk (press backspace or delete to remove)This is a follow up from https://github.com/GitLiveApp/firebase-kotlin-sdk/issues/500
This also relates to https://github.com/Kotlin/kotlinx.serialization/issues/2223
I also have dynamic content that ...
martinbonnin
- Opened 2 days ago
- #710
Performing e.g. DocumentReference.update( list to FieldValue.arrayUnion(foo)) currently does not use kotlinx
serialization even if a @Serializable class is used, but then when retrieving the data it will ...
crc-32
- Opened 11 days ago
- #708
Running
val app = Firebase.app( ExampleApp )
Firebase.remoteConfig(app)
throws:
kotlin.NullPointerException
at 0 CoraSDK 0x105c38c2b kfun:kotlin.Throwable# ...
jimmymorales
- Opened 15 days ago
- #707
I have actually raised this as an issue in the Java SDK, as I am using Kobweb with the API running under a JVM, so it
actually calls through to the Java SDK.
I am raising this issue for reference to help ...
meavydev
- 2
- Opened 16 days ago
- #706
| Library | Class | Member | Platforms |
| :-- | :-- | :-- | :-- |
| Firestore | Collections | document.set() | Multiplatform |
I found #188 where @brezinajn clearing show the issue and the solution. ...
API coverage
AffiTheCreator
- 1
- Opened 17 days ago
- #705
To improve compatibility it would be nice to provide no-ops for JS and WASM so people can compile their projects without
having to separate source sets.
API coverage
mew22
- Opened on Feb 4
- #701
In Kotlin multiplatform added GitLive Firebase Kotlin SDK as below,
In build.gradle.kts (:composeApp) - Kotlin sources commonMain dependency implementation(libs.bundles.firebase.mp)
Gradle versions file ...
mdyaseen14
- Opened on Feb 1
- #700
Add support for thecount()function in Query to retrieve the count of documents matching a query without fetching the
entire data. This will return an AggregateQuery which can be executed using get(AggregateSource). ...
API coverage
baseemomar
- 2
- Opened on Jan 25
- #699
I have this simple function on my KMM repo:
suspend fun getUserProfile(): UserInfo?
{
val start = Clock.System.now()
val result = firestore.collection( User ).document(auth.currentUser!!.uid).snapshots ...
CiprianGabor
- Opened on Jan 20
- #696
Hello!
I tried to import your repo as a submodule for my project in order to add API, where you can pass Firestore Database s
name, e.g. see this firebase for web example.
However, Gradle failed to sync ...
lynnfield
- 1
- Opened on Jan 19
- #695

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.