Mirzamehdi Karimov
Mirzamehdi Karimov
com.google.firebase.installations.FirebaseInstallationsException: Firebase Installations Service is unavailable. Please try again later ``` Failed to get FIS auth token java.util.concurrent.ExecutionException: com.google.firebase.installations.FirebaseInstallationsException: Firebase Installations Service is unavailable. Please try again later. at com.google.android.gms.tasks.Tasks.zza(com.google.android.gms:play-services-tasks@@18.0.2:5)...
When implementing kmpauth-uihelper module, Android builds and works normally. But in iOS it crashes with runtime error. Uncaught Kotlin exception: org.jetbrains.compose.resources.MissingResourceException: Missing resource with path:
This fixes issue of _"Task 'testClasses' not found in project"_ when rebuilding the project in Android Studio. `task("testClasses")` is added to module gradle file. Related StackOverflow solution: https://stackoverflow.com/questions/36465824/android-studio-task-testclasses-not-found-in-project/78017056#78017056
@mirzemehdi what do you think about making ContextInitializer public? I think some app have to use manual startup initialization logic (my app included). Maybe having an option to do so...
For now wasm target is added only in order to call kmpauth methods from common source set. Implementation details will be added later