Nicholas Bransby-Williams
Nicholas Bransby-Williams
I believe this has been added in 1.9.0 - please reopen if something is missing
I believe this has been fixed with the update to the modular firebase js sdk https://firebase.google.com/docs/web/modular-upgrade
Thanks for the suggest - the docs definitely need a complete revamp, we are looking to address this with better in-product documentation
@bossm0n5t3r it's not needed these days - the kotlin complier now generates d.ts files for you. Unless that's not what this project does, it's been a while and I can't...
> @nbransby Thanks for letting me know. Is this the right [link](https://kotlinlang.org/docs/js-ir-compiler.html#preview-generation-of-typescript-declaration-files-d-ts) you mentioned? Yep
@DorShm GitLive 17.0.0 includes experimental support for GitHub enterprise, would you be able to let us know if it works for you?
@SebastianHelzer It will be deployed in the next release - that won't be immediate though because the storage work is untested as of yet. If you want to get your...
storage now deployed
> I'm using Gitlive/Firebase dependency, too. The workaround that fixes this was disabling the service loader: > > ``` > fun main() = application { > > System.setProperty("kotlinx.coroutines.fast.service.loader", "false") >...
> Kotlin objects are lazy so this initialization probably performs way too late or doesn't perform at all Will always perform before any coroune usage in the sdk https://github.com/GitLiveApp/firebase-java-sdk/tree/abf1a6a628b205215d804f3052818121ffdd3558?tab=readme-ov-file#initializing-the-sdk