GitLiveApp / firebase-kotlin-sdk

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

1.13.0 FirebaseFirestoreException: initializeFirestore() has already been called with different options #551

Closed HansHolz09 closed 2 months ago

HansHolz09 commented 3 months ago

After upgrading to 1.13.0 I get the following error in Web/JS: FirebaseFirestoreException: FAILED_PRECONDITION: initializeFirestore() has already been called with different options. To avoid this error, call initializeFirestore() with the same options as when it was originalIy called, or call getFirestore() to return the already initialized instance.

nbransby commented 3 months ago

Do you add a failing test for this? Or a minimal reproducer to this issue?

Daeda88 commented 2 months ago

Fixed in #562