firebase-kotlin-sdk
firebase-kotlin-sdk copied to clipboard
Migrate to use the KTX API from the main module
trafficstars
JetBrains requires migrating the Android Firebase dependencies to the KTX API, as indicated in their IDE message:
"'initialize(Context): FirebaseApp?' is deprecated. Migrate to use the KTX API from the main module."
Info: https://firebase.google.com/docs/android/kotlin-migration
These dependencies are within the gitlive library. Is there a plan to migrate the library to use the new KTX API?
Thank you and regards