[REQUIRED] Step 2: Describe your environment
- Android Studio version: #AI-231.9392.1.2311.10779794
- Firebase Component: Firestore
- Component version: 24.8.0
[REQUIRED] Step 3: Describe the problem
Steps to reproduce:
I define in my build.gradle.kts the firebase-firestore-ktx and the firebase-bom where the bom defines version 32.3.0. This includes then the firebase-firestore-ktx with version 24.8.0.
Relevant Code:
By using this version, this construct no longer work:
val firestore = Firebase.firestore
You need to declare firebase-firestore in the dependencies too. Which was not required before in version 32.2.3.
This doesn't match to the statement here:
https://firebase.google.com/docs/android/learn-more#ktx
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
Steps to reproduce:
I define in my build.gradle.kts the
firebase-firestore-ktxand thefirebase-bomwhere the bom defines version32.3.0. This includes then thefirebase-firestore-ktxwith version24.8.0.Relevant Code:
By using this version, this construct no longer work:
You need to declare
firebase-firestorein the dependencies too. Which was not required before in version32.2.3.This doesn't match to the statement here:
https://firebase.google.com/docs/android/learn-more#ktx