firebase-kotlin-sdk
firebase-kotlin-sdk copied to clipboard
Prerelease
Contains enhancement for encoder/decoder and timestamps
any idea why the tests are failing?
can you split this PR into separate PRs for each module? that will make it a lot easier to review and approve
Hi @nbransby, no not really. The same is happening on the branch for the remote-config implementation.
any idea why the tests are failing?
I'll see what I can do.
can you split this PR into separate PRs for each module? that will make it a lot easier to review and approve
any idea why the tests are failing?
Here is incorrect import (but it's not a changes from this PR)
https://github.com/GitLiveApp/firebase-kotlin-sdk/pull/140/files#diff-e7d5fd2efb5995b5bf3ab9bfc4efb9bde5a07edb5b5a88609200da9bea6a2e61R13
Same if you run locally:
e: /Users/runner/work/firebase-kotlin-sdk/firebase-kotlin-sdk/firebase-firestore/src/androidMain/kotlin/dev/gitlive/firebase/firestore/firestore.kt: (13, 39): Unresolved reference: encode
> Task :firebase-firestore:compileDebugKotlinAndroid FAILED
@corrado4eyes can you please remove this line in favour of line above (import dev.gitlive.firebase.*)
@nbransby the build is failing on testEncodeDecodeGenericClass and locally the error is
Could not determine the dependencies of task ':firebase-common:jsTestPackageJson'.
> NPM Dependencies already resolved and installed
Do you know how to solve this? (I found this)
Please rebase and resolve conflicts before can consider reviewing