Open tiago-carvalho-deltatre opened 4 months ago
After upgrading to 1.13.0 I get the following error in iOS:
** Terminating app due to uncaught exception 'FIRInvalidArgumentException', reason: 'Unsupported type: ComposeApp_kobjcc0' *** First throw call stack: (0x1936d0f20 0x18b562018 0x10a689c60 0x10a68926c 0x10a77a774 0x10a77b1ec 0x10a778d4c 0x10a7787e8 0x10a762b6c 0x10a762e70 0x10a76354c 0x10a75ecd4 0x10350a3b0 0x1034f7f24 0x102c5bca8 0x102c5c484 0x102c64adc 0x103366908 0x103439fc0 0x10348ef90 0x10343c12c 0x10343c3fc 0x10348eecc 0x10344fa54 0x10344fe70 0x103450a88 0x103450e54 0x10348eecc 0x102e1a878 0x102e1aaa8 0x102e1b4f8 0x10336655c 0x103230670 0x103365e78 0x10322d084 0x103365f58 0x10345b910 0x10348a08c 0x10345e5e4 0x10348a08c 0x103481638 0x103365e78 0x10322d084 0x103365f58 0x10345b910 0x10348a08c 0x1033fb780 0x103489dd8 0x10347a948 0x1034797ac 0x10347998c 0x10347f708 0x103480a84 0x103481d80 0x103481e50 0x103362530 0x1032395f8 0x1033c3d38 0x1033c3178 0x1f052906c 0x1f05240d8) libc++abi: terminating due to uncaught exception of type NSException
0x10350a350 <+208>: bl 0x10350f638 ; kfun:dev.gitlive.firebase.firestore.internal.NativeQueryWrapper#<get-native>(){}cocoapods.FirebaseFirestoreInternal.FIRQuery-trampoline at NativeQueryWrapper.kt
Do you add a failing test for this? Or a minimal reproducer to this issue?
It looks like you're passing something from Compose to the (ios) firestore. Can you share the code that's crashing
After upgrading to 1.13.0 I get the following error in iOS:
** Terminating app due to uncaught exception 'FIRInvalidArgumentException', reason: 'Unsupported type: ComposeApp_kobjcc0' *** First throw call stack: (0x1936d0f20 0x18b562018 0x10a689c60 0x10a68926c 0x10a77a774 0x10a77b1ec 0x10a778d4c 0x10a7787e8 0x10a762b6c 0x10a762e70 0x10a76354c 0x10a75ecd4 0x10350a3b0 0x1034f7f24 0x102c5bca8 0x102c5c484 0x102c64adc 0x103366908 0x103439fc0 0x10348ef90 0x10343c12c 0x10343c3fc 0x10348eecc 0x10344fa54 0x10344fe70 0x103450a88 0x103450e54 0x10348eecc 0x102e1a878 0x102e1aaa8 0x102e1b4f8 0x10336655c 0x103230670 0x103365e78 0x10322d084 0x103365f58 0x10345b910 0x10348a08c 0x10345e5e4 0x10348a08c 0x103481638 0x103365e78 0x10322d084 0x103365f58 0x10345b910 0x10348a08c 0x1033fb780 0x103489dd8 0x10347a948 0x1034797ac 0x10347998c 0x10347f708 0x103480a84 0x103481d80 0x103481e50 0x103362530 0x1032395f8 0x1033c3d38 0x1033c3178 0x1f052906c 0x1f05240d8) libc++abi: terminating due to uncaught exception of type NSException