skip to Main Content

app crash on FireBase FireStore connection

I'm trying to connect to firebase, but the app just keeps crashing. I understand I must be having some misaligned dependencies, but I believe I took the right versions according to: https://firebase.google.com/support/release-notes/android The Build.gradle.kts contain: plugins { id("com.android.application") version "8.6.0"…

VIEW QUESTION
Back To Top
Search