firebase-kotlin-sdk icon indicating copy to clipboard operation
firebase-kotlin-sdk copied to clipboard

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

Open HansHolz09 opened this issue 1 year ago • 1 comments
trafficstars

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.

HansHolz09 avatar Jun 25 '24 18:06 HansHolz09

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

nbransby avatar Jun 29 '24 00:06 nbransby

Fixed in #562

Daeda88 avatar Jul 09 '24 15:07 Daeda88