nowinandroid icon indicating copy to clipboard operation
nowinandroid copied to clipboard

Firebase: Migrate to using the Kotlin extensions (KTX) APIs in the main modules

Open SimonMarquis opened this issue 1 year ago • 1 comments

https://firebase.google.com/docs/android/kotlin-migration

Requirements: Firebase BoM 32.5.0, but let's update to the latest 32.6.0.

And remove warnings:

  • 'logEvent(String, ParametersBuilder.() -> Unit): Unit' is deprecated. Migrate to use the KTX API from the main module: https://firebase.google.com/docs/android/kotlin-migration.
  • 'param(String, String): Unit' is deprecated. Migrate to use the KTX API from the main module: https://firebase.google.com/docs/android/kotlin-migration.

See https://github.com/android/nowinandroid/pull/1006 for these new permissions and "Ad Services" property.

SimonMarquis avatar Nov 29 '23 17:11 SimonMarquis

@dturner this PR is ready to be reviewed 🙇

SimonMarquis avatar Feb 25 '24 14:02 SimonMarquis