dogeweb
dogeweb
Thank you @89z
> how do you even use this ? @Forani type "tiktokpy login" in the terminal, let it login, then it should generate a file (don't worry if it crashes or...
Have you called `fetchAndActivate()`? If not, create this in the `shared` module (it could be done better, maybe without using GlobalScope) ```kotlin // FirebaseUtils.kt fun initFirebaseRemoteConfig() { GlobalScope.launch { Firebase.remoteConfig.settings...
Hi, commonMain: ```kotlin expect suspend fun getFile(path: String): Result ``` androidMain: ```kotlin private const val ONE_MEGABYTE: Long = 1024 * 1024 actual suspend fun getFile(path: String): Result { return try...
See https://github.com/GitLiveApp/firebase-kotlin-sdk/issues/396#issuecomment-1708852016