When attempting to upgrade the Firebase BoM from:
implementation(platform("com.google.firebase:firebase-bom:32.7.0"))
to the current latest:
implementation(platform("com.google.firebase:firebase-bom:34.7.0"))
the application fails to build.
The error occurs because FirebaseAuthUi.kt imports:
import com.google.firebase.ktx.Firebase