GitLiveApp / firebase-kotlin-sdk

A Kotlin-first SDK for Firebase
https://gitliveapp.github.io/firebase-kotlin-sdk/
Apache License 2.0
1.17k stars 155 forks source link

Migrate to use the KTX API from the main module #451

Open Vierco opened 11 months ago

Vierco commented 11 months ago

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