firebase / flutterfire

πŸ”₯ A collection of Firebase plugins for Flutter apps.
https://firebase.google.com/docs/flutter/setup
BSD 3-Clause "New" or "Revised" License
8.5k stars 3.92k forks source link

πŸ› [firebase_auth] Google Facebook and Apple login will crash on iOS devices #11827

Closed DLTechnologyco closed 7 months ago

DLTechnologyco commented 8 months ago

Bug report

Describe the bug Google Facebook and Apple login will crash on iOS devices, but Android is normal, the same code

Steps to reproduce

Steps to reproduce the behavior:

  1. click login
  2. enter google login page
  3. click login
  4. crashed

Expected behavior

I don't need crash!!!!!

Sample project

Providing a minimal example project which demonstrates the bug in isolation from your main App greatly enhances the chance of a timely fix. Please link to the public repository URL.


Additional context

Crash log

Click To Expand ``` Date/Time: 2023-11-03 15:51:28.4696 +0800 Launch Time: 2023-11-03 15:50:24.1135 +0800 OS Version: iPhone OS 17.0.3 (21A360) Release Type: User Baseband Version: 4.06.01 Report Version: 104 Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Reason: -[__NSCFBoolean objectForKey:]: unrecognized selector sent to instance 0x1ea61f958 Termination Reason: SIGNAL 6 Abort trap: 6 Terminating Process: Runner [11426] Triggered by Thread: 20 Last Exception Backtrace: 0 CoreFoundation 0x193aae5e0 __exceptionPreprocess + 164 (NSException.m:249) 1 libobjc.A.dylib 0x18bde3c00 objc_exception_throw + 60 (objc-exception.mm:356) 2 CoreFoundation 0x193b3eeec -[NSObject(NSObject) doesNotRecognizeSelector:] + 344 (NSObject.m:161) 3 CoreFoundation 0x1939f37a8 ___forwarding___ + 1564 (NSForwarding.m:3612) 4 CoreFoundation 0x193b34860 _CF_forwarding_prep_0 + 96 (:-1) 5 GTMSessionFetcher 0x105acc424 __46+[GTMSessionFetcher appAllowsInsecureRequests]_block_invoke + 76 (GTMSessionFetcher.m:355) 6 libdispatch.dylib 0x19b8ef300 _dispatch_client_callout + 20 (object.m:561) 7 libdispatch.dylib 0x19b8f0b3c _dispatch_once_callout + 32 (once.c:52) 8 GTMSessionFetcher 0x105acc3d4 _dispatch_once + 20 (once.h:85) 9 GTMSessionFetcher 0x105acc3d4 +[GTMSessionFetcher appAllowsInsecureRequests] + 60 (GTMSessionFetcher.m:350) 10 GTMSessionFetcher 0x105accc20 -[GTMSessionFetcher beginFetchMayDelay:mayAuthorize:mayDecorate:] + 556 (GTMSessionFetcher.m:585) 11 FirebaseAuth 0x105734dc4 __119-[FIRAuthBackendRPCIssuerImplementation asyncCallToURLWithRequestConfiguration:URL:body:contentType:completionHandler:]_block_invoke + 192 (FIRAuthBackend.m:786) 12 FirebaseAuth 0x1057349f8 +[FIRAuthBackend requestWithURL:contentType:requestConfiguration:completionHandler:] + 856 (FIRAuthBackend.m:740) 13 FirebaseAuth 0x105734cbc -[FIRAuthBackendRPCIssuerImplementation asyncCallToURLWithRequestConfiguration:URL:body:contentType:completionHandler:] + 192 (FIRAuthBackend.m:775) 14 FirebaseAuth 0x105736dcc -[FIRAuthBackendRPCImplementation callWithRequest:response:callback:] + 400 (FIRAuthBackend.m:1219) 15 FirebaseAuth 0x10573533c -[FIRAuthBackendRPCImplementation verifyAssertion:callback:] + 180 (FIRAuthBackend.m:861) 16 FirebaseAuth 0x105733f9c +[FIRAuthBackend verifyAssertion:callback:] + 80 (FIRAuthBackend.m:617) 17 FirebaseAuth 0x10572b9ac -[FIRAuth internalSignInAndRetrieveDataWithCredential:isReauthentication:callback:] + 712 (FIRAuth.m:1110) 18 FirebaseAuth 0x10572b5d8 __43-[FIRAuth signInWithCredential:completion:]_block_invoke + 56 (FIRAuth.m:989) 19 libdispatch.dylib 0x19b8ed6a8 _dispatch_call_block_and_release + 32 (init.c:1530) 20 libdispatch.dylib 0x19b8ef300 _dispatch_client_callout + 20 (object.m:561) 21 libdispatch.dylib 0x19b8f6894 _dispatch_lane_serial_drain + 748 (queue.c:3885) 22 libdispatch.dylib 0x19b8f73c4 _dispatch_lane_invoke + 380 (queue.c:3976) 23 libdispatch.dylib 0x19b902004 _dispatch_root_queue_drain_deferred_wlh + 288 (queue.c:6913) 24 libdispatch.dylib 0x19b901878 _dispatch_workloop_worker_thread + 404 (queue.c:6507) 25 libsystem_pthread.dylib 0x1fcbaa964 _pthread_wqthread + 288 (pthread.c:2629) 26 libsystem_pthread.dylib 0x1fcbaaa04 start_wqthread + 8 (:-1) Thread 0 name: Thread 0: 0 libsystem_kernel.dylib 0x00000001da5a01d8 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001da59ff70 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001da59fe88 mach_msg_overwrite + 436 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001da59fcc8 mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x00000001939f74bc __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624) 5 CoreFoundation 0x00000001939f53b4 __CFRunLoopRun + 1208 (CFRunLoop.c:3007) 6 CoreFoundation 0x00000001939f4e18 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420) 7 GraphicsServices 0x00000001d64b95ec GSEventRunModal + 164 (GSEvent.c:2196) 8 UIKitCore 0x0000000195e032fc -[UIApplication _run] + 888 (UIApplication.m:3690) 9 UIKitCore 0x0000000195e02938 UIApplicationMain + 340 (UIApplication.m:5275) 10 Runner 0x00000001049ec614 main + 64 (AppDelegate.swift:5) 11 dyld 0x00000001b61dfd44 start + 2104 (dyldMain.cpp:1269) Thread 1: 0 libsystem_pthread.dylib 0x00000001fcbaa9fc start_wqthread + 0 (:-1) Thread 2 name: Thread 2: 0 libsystem_kernel.dylib 0x00000001da5a01d8 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001da59ff70 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001da59fe88 mach_msg_overwrite + 436 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001da59fcc8 mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x00000001939f74bc __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624) 5 CoreFoundation 0x00000001939f53b4 __CFRunLoopRun + 1208 (CFRunLoop.c:3007) 6 CoreFoundation 0x00000001939f4e18 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420) 7 Foundation 0x00000001929894cc -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373) 8 Foundation 0x00000001929b8234 -[NSRunLoop(NSRunLoop) runUntilDate:] + 64 (NSRunLoop.m:420) 9 UIKitCore 0x0000000195d651b8 -[UIEventFetcher threadMain] + 420 (UIEventFetcher.m:1208) 10 Foundation 0x0000000192a0f154 __NSThread__start__ + 732 (NSThread.m:991) 11 libsystem_pthread.dylib 0x00000001fcbab4d4 _pthread_start + 136 (pthread.c:904) 12 libsystem_pthread.dylib 0x00000001fcbaaa10 thread_start + 8 (:-1) Thread 3 name: Thread 3: 0 libsystem_kernel.dylib 0x00000001da5a01d8 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001da59ff70 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001da59fe88 mach_msg_overwrite + 436 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001da59fcc8 mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x00000001939f74bc __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624) 5 CoreFoundation 0x00000001939f53b4 __CFRunLoopRun + 1208 (CFRunLoop.c:3007) 6 CoreFoundation 0x00000001939f4e18 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420) 7 Flutter 0x0000000106189dd8 0x105ea8000 + 3022296 8 Flutter 0x000000010618944c 0x105ea8000 + 3019852 9 libsystem_pthread.dylib 0x00000001fcbab4d4 _pthread_start + 136 (pthread.c:904) 10 libsystem_pthread.dylib 0x00000001fcbaaa10 thread_start + 8 (:-1) Thread 4 name: Thread 4: 0 libsystem_kernel.dylib 0x00000001da5a01d8 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001da59ff70 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001da59fe88 mach_msg_overwrite + 436 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001da59fcc8 mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x00000001939f74bc __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624) 5 CoreFoundation 0x00000001939f53b4 __CFRunLoopRun + 1208 (CFRunLoop.c:3007) 6 CoreFoundation 0x00000001939f4e18 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420) 7 Flutter 0x0000000106189dd8 0x105ea8000 + 3022296 8 Flutter 0x000000010618944c 0x105ea8000 + 3019852 9 libsystem_pthread.dylib 0x00000001fcbab4d4 _pthread_start + 136 (pthread.c:904) 10 libsystem_pthread.dylib 0x00000001fcbaaa10 thread_start + 8 (:-1) Thread 5 name: Thread 5: 0 libsystem_kernel.dylib 0x00000001da5a01d8 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001da59ff70 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001da59fe88 mach_msg_overwrite + 436 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001da59fcc8 mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x00000001939f74bc __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624) 5 CoreFoundation 0x00000001939f53b4 __CFRunLoopRun + 1208 (CFRunLoop.c:3007) 6 CoreFoundation 0x00000001939f4e18 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420) 7 Flutter 0x0000000106189dd8 0x105ea8000 + 3022296 8 Flutter 0x000000010618944c 0x105ea8000 + 3019852 9 libsystem_pthread.dylib 0x00000001fcbab4d4 _pthread_start + 136 (pthread.c:904) 10 libsystem_pthread.dylib 0x00000001fcbaaa10 thread_start + 8 (:-1) Thread 6 name: Thread 6: 0 libsystem_kernel.dylib 0x00000001da5a0b7c __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x00000001fcba9fd4 _pthread_cond_wait + 1228 (pthread_cond.c:862) 2 Flutter 0x0000000105efd7a0 0x105ea8000 + 350112 3 Flutter 0x0000000106183144 0x105ea8000 + 2994500 4 libsystem_pthread.dylib 0x00000001fcbab4d4 _pthread_start + 136 (pthread.c:904) 5 libsystem_pthread.dylib 0x00000001fcbaaa10 thread_start + 8 (:-1) Thread 7 name: Thread 7: 0 libsystem_kernel.dylib 0x00000001da5a0b7c __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x00000001fcba9fd4 _pthread_cond_wait + 1228 (pthread_cond.c:862) 2 Flutter 0x0000000105efd7a0 0x105ea8000 + 350112 3 Flutter 0x0000000106183144 0x105ea8000 + 2994500 4 libsystem_pthread.dylib 0x00000001fcbab4d4 _pthread_start + 136 (pthread.c:904) 5 libsystem_pthread.dylib 0x00000001fcbaaa10 thread_start + 8 (:-1) Thread 8 name: Thread 8: 0 libsystem_kernel.dylib 0x00000001da5a0b7c __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x00000001fcba9fd4 _pthread_cond_wait + 1228 (pthread_cond.c:862) 2 Flutter 0x0000000105efd7a0 0x105ea8000 + 350112 3 Flutter 0x0000000106183144 0x105ea8000 + 2994500 4 libsystem_pthread.dylib 0x00000001fcbab4d4 _pthread_start + 136 (pthread.c:904) 5 libsystem_pthread.dylib 0x00000001fcbaaa10 thread_start + 8 (:-1) Thread 9 name: Thread 9: 0 libsystem_kernel.dylib 0x00000001da5a0b7c __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x00000001fcba9fd4 _pthread_cond_wait + 1228 (pthread_cond.c:862) 2 Flutter 0x0000000105efd7a0 0x105ea8000 + 350112 3 Flutter 0x0000000106183144 0x105ea8000 + 2994500 4 libsystem_pthread.dylib 0x00000001fcbab4d4 _pthread_start + 136 (pthread.c:904) 5 libsystem_pthread.dylib 0x00000001fcbaaa10 thread_start + 8 (:-1) Thread 10 name: Thread 10: 0 libsystem_kernel.dylib 0x00000001da5a0b7c __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x00000001fcba9fd4 _pthread_cond_wait + 1228 (pthread_cond.c:862) 2 Flutter 0x0000000105efd7a0 0x105ea8000 + 350112 3 Flutter 0x0000000106183144 0x105ea8000 + 2994500 4 libsystem_pthread.dylib 0x00000001fcbab4d4 _pthread_start + 136 (pthread.c:904) 5 libsystem_pthread.dylib 0x00000001fcbaaa10 thread_start + 8 (:-1) Thread 11 name: Thread 11: 0 libsystem_kernel.dylib 0x00000001da5a0b7c __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x00000001fcba9fd4 _pthread_cond_wait + 1228 (pthread_cond.c:862) 2 Flutter 0x0000000105efd7a0 0x105ea8000 + 350112 3 Flutter 0x0000000106183144 0x105ea8000 + 2994500 4 libsystem_pthread.dylib 0x00000001fcbab4d4 _pthread_start + 136 (pthread.c:904) 5 libsystem_pthread.dylib 0x00000001fcbaaa10 thread_start + 8 (:-1) Thread 12 name: Thread 12: 0 libsystem_kernel.dylib 0x00000001da5adf6c kevent + 8 (:-1) 1 Flutter 0x000000010643f8d8 0x105ea8000 + 5863640 2 Flutter 0x000000010646d834 0x105ea8000 + 6051892 3 libsystem_pthread.dylib 0x00000001fcbab4d4 _pthread_start + 136 (pthread.c:904) 4 libsystem_pthread.dylib 0x00000001fcbaaa10 thread_start + 8 (:-1) Thread 13 name: Thread 13: 0 libsystem_kernel.dylib 0x00000001da5a0b7c __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x00000001fcba9fd4 _pthread_cond_wait + 1228 (pthread_cond.c:862) 2 Flutter 0x0000000105efd7a0 0x105ea8000 + 350112 3 Flutter 0x0000000106183144 0x105ea8000 + 2994500 4 libsystem_pthread.dylib 0x00000001fcbab4d4 _pthread_start + 136 (pthread.c:904) 5 libsystem_pthread.dylib 0x00000001fcbaaa10 thread_start + 8 (:-1) Thread 14 name: Thread 14: 0 libsystem_kernel.dylib 0x00000001da5a0b7c __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x00000001fcba9fd4 _pthread_cond_wait + 1228 (pthread_cond.c:862) 2 Flutter 0x0000000105efd7a0 0x105ea8000 + 350112 3 Flutter 0x0000000106183144 0x105ea8000 + 2994500 4 libsystem_pthread.dylib 0x00000001fcbab4d4 _pthread_start + 136 (pthread.c:904) 5 libsystem_pthread.dylib 0x00000001fcbaaa10 thread_start + 8 (:-1) Thread 15 name: Thread 15: 0 libsystem_kernel.dylib 0x00000001da5a0b7c __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x00000001fcba9fd4 _pthread_cond_wait + 1228 (pthread_cond.c:862) 2 Flutter 0x0000000105efd7a0 0x105ea8000 + 350112 3 Flutter 0x0000000106183144 0x105ea8000 + 2994500 4 libsystem_pthread.dylib 0x00000001fcbab4d4 _pthread_start + 136 (pthread.c:904) 5 libsystem_pthread.dylib 0x00000001fcbaaa10 thread_start + 8 (:-1) Thread 16 name: Thread 16: 0 libsystem_kernel.dylib 0x00000001da5a0b7c __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x00000001fcba9fd4 _pthread_cond_wait + 1228 (pthread_cond.c:862) 2 Flutter 0x0000000105efd7a0 0x105ea8000 + 350112 3 Flutter 0x0000000106183144 0x105ea8000 + 2994500 4 libsystem_pthread.dylib 0x00000001fcbab4d4 _pthread_start + 136 (pthread.c:904) 5 libsystem_pthread.dylib 0x00000001fcbaaa10 thread_start + 8 (:-1) Thread 17: 0 libsystem_pthread.dylib 0x00000001fcbaa9fc start_wqthread + 0 (:-1) Thread 18 name: Thread 18: 0 libsystem_kernel.dylib 0x00000001da5a01d8 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001da59ff70 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001da59fe88 mach_msg_overwrite + 436 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001da59fcc8 mach_msg + 24 (mach_msg.c:323) 4 FirebaseCrashlytics 0x00000001058e72b8 FIRCLSMachExceptionReadMessage + 56 (FIRCLSMachException.c:192) 5 FirebaseCrashlytics 0x00000001058e72b8 FIRCLSMachExceptionServer + 104 (FIRCLSMachException.c:168) 6 libsystem_pthread.dylib 0x00000001fcbab4d4 _pthread_start + 136 (pthread.c:904) 7 libsystem_pthread.dylib 0x00000001fcbaaa10 thread_start + 8 (:-1) Thread 19 name: Thread 19: 0 libsystem_kernel.dylib 0x00000001da5a01d8 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001da59ff70 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001da59fe88 mach_msg_overwrite + 436 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001da59fcc8 mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x00000001939f74bc __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624) 5 CoreFoundation 0x00000001939f53b4 __CFRunLoopRun + 1208 (CFRunLoop.c:3007) 6 CoreFoundation 0x00000001939f4e18 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420) 7 CFNetwork 0x0000000194cde798 +[__CFN_CoreSchedulingSetRunnable _run:] + 384 (CoreSchedulingSet.mm:1479) 8 Foundation 0x0000000192a0f154 __NSThread__start__ + 732 (NSThread.m:991) 9 libsystem_pthread.dylib 0x00000001fcbab4d4 _pthread_start + 136 (pthread.c:904) 10 libsystem_pthread.dylib 0x00000001fcbaaa10 thread_start + 8 (:-1) Thread 20 name: Thread 20 Crashed: 0 libsystem_kernel.dylib 0x00000001da5a901c __pthread_kill + 8 (:-1) 1 libsystem_pthread.dylib 0x00000001fcbae680 pthread_kill + 268 (pthread.c:1681) 2 libsystem_c.dylib 0x000000019b9a7c44 __abort + 136 (abort.c:159) 3 libsystem_c.dylib 0x000000019b9a7bbc abort + 192 (abort.c:126) 4 libc++abi.dylib 0x00000001fcadc660 abort_message + 132 (abort_message.cpp:78) 5 libc++abi.dylib 0x00000001fcacc62c demangling_terminate_handler() + 348 (cxa_default_handlers.cpp:77) 6 libobjc.A.dylib 0x000000018bde6d34 _objc_terminate() + 144 (objc-exception.mm:496) 7 FirebaseCrashlytics 0x00000001058de5c8 FIRCLSTerminateHandler() + 340 (FIRCLSException.mm:452) 8 libc++abi.dylib 0x00000001fcadba24 std::__terminate(void (*)()) + 16 (cxa_handlers.cpp:59) 9 libc++abi.dylib 0x00000001fcadb9c8 std::terminate() + 56 (cxa_handlers.cpp:88) 10 libdispatch.dylib 0x000000019b8ef314 _dispatch_client_callout + 40 (object.m:564) 11 libdispatch.dylib 0x000000019b8f0b3c _dispatch_once_callout + 32 (once.c:52) 12 GTMSessionFetcher 0x0000000105acc3d4 _dispatch_once + 20 (once.h:85) 13 GTMSessionFetcher 0x0000000105acc3d4 +[GTMSessionFetcher appAllowsInsecureRequests] + 60 (GTMSessionFetcher.m:350) 14 GTMSessionFetcher 0x0000000105accc20 -[GTMSessionFetcher beginFetchMayDelay:mayAuthorize:mayDecorate:] + 556 (GTMSessionFetcher.m:585) 15 FirebaseAuth 0x0000000105734dc4 __119-[FIRAuthBackendRPCIssuerImplementation asyncCallToURLWithRequestConfiguration:URL:body:contentType:completionHandler:]_block_invoke + 192 (FIRAuthBackend.m:786) 16 FirebaseAuth 0x00000001057349f8 +[FIRAuthBackend requestWithURL:contentType:requestConfiguration:completionHandler:] + 856 (FIRAuthBackend.m:740) 17 FirebaseAuth 0x0000000105734cbc -[FIRAuthBackendRPCIssuerImplementation asyncCallToURLWithRequestConfiguration:URL:body:contentType:completionHandler:] + 192 (FIRAuthBackend.m:775) 18 FirebaseAuth 0x0000000105736dcc -[FIRAuthBackendRPCImplementation callWithRequest:response:callback:] + 400 (FIRAuthBackend.m:1219) 19 FirebaseAuth 0x000000010573533c -[FIRAuthBackendRPCImplementation verifyAssertion:callback:] + 180 (FIRAuthBackend.m:861) 20 FirebaseAuth 0x0000000105733f9c +[FIRAuthBackend verifyAssertion:callback:] + 80 (FIRAuthBackend.m:617) 21 FirebaseAuth 0x000000010572b9ac -[FIRAuth internalSignInAndRetrieveDataWithCredential:isReauthentication:callback:] + 712 (FIRAuth.m:1110) 22 FirebaseAuth 0x000000010572b5d8 __43-[FIRAuth signInWithCredential:completion:]_block_invoke + 56 (FIRAuth.m:989) 23 libdispatch.dylib 0x000000019b8ed6a8 _dispatch_call_block_and_release + 32 (init.c:1530) 24 libdispatch.dylib 0x000000019b8ef300 _dispatch_client_callout + 20 (object.m:561) 25 libdispatch.dylib 0x000000019b8f6894 _dispatch_lane_serial_drain + 748 (queue.c:3885) 26 libdispatch.dylib 0x000000019b8f73c4 _dispatch_lane_invoke + 380 (queue.c:3976) 27 libdispatch.dylib 0x000000019b902004 _dispatch_root_queue_drain_deferred_wlh + 288 (queue.c:6913) 28 libdispatch.dylib 0x000000019b901878 _dispatch_workloop_worker_thread + 404 (queue.c:6507) 29 libsystem_pthread.dylib 0x00000001fcbaa964 _pthread_wqthread + 288 (pthread.c:2629) 30 libsystem_pthread.dylib 0x00000001fcbaaa04 start_wqthread + 8 (:-1) Thread 21: 0 libsystem_pthread.dylib 0x00000001fcbaa9fc start_wqthread + 0 (:-1) Thread 22: 0 libsystem_pthread.dylib 0x00000001fcbaa9fc start_wqthread + 0 (:-1) Thread 23 name: Thread 23: 0 libsystem_kernel.dylib 0x00000001da5a0b7c __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x00000001fcbaa000 _pthread_cond_wait + 1272 (pthread_cond.c:862) 2 Flutter 0x00000001065320f8 0x105ea8000 + 6856952 3 Flutter 0x000000010656bf68 0x105ea8000 + 7094120 4 Flutter 0x0000000106531ac4 0x105ea8000 + 6855364 5 libsystem_pthread.dylib 0x00000001fcbab4d4 _pthread_start + 136 (pthread.c:904) 6 libsystem_pthread.dylib 0x00000001fcbaaa10 thread_start + 8 (:-1) Thread 24 name: Thread 24: 0 libsystem_kernel.dylib 0x00000001da5a0b7c __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x00000001fcbaa000 _pthread_cond_wait + 1272 (pthread_cond.c:862) 2 Flutter 0x00000001065320f8 0x105ea8000 + 6856952 3 Flutter 0x000000010656bf68 0x105ea8000 + 7094120 4 Flutter 0x0000000106531ac4 0x105ea8000 + 6855364 5 libsystem_pthread.dylib 0x00000001fcbab4d4 _pthread_start + 136 (pthread.c:904) 6 libsystem_pthread.dylib 0x00000001fcbaaa10 thread_start + 8 (:-1) Thread 25: 0 libsystem_pthread.dylib 0x00000001fcbaa9fc start_wqthread + 0 (:-1) Thread 20 crashed with ARM Thread State (64-bit): x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000000 x4: 0x0000000000000000 x5: 0x0000000000989680 x6: 0x000000000000006e x7: 0x0000000000000002 x8: 0x86c6e919e82a9e18 x9: 0x86c6e91883786e18 x10: 0x00000000000003e8 x11: 0x000000016b52dc70 x12: 0x0000000000000000 x13: 0x00000000001ff800 x14: 0x0000000000000010 x15: 0x0000000000000000 x16: 0x0000000000000148 x17: 0x000000016b52f000 x18: 0x0000000000000000 x19: 0x0000000000000006 x20: 0x000000000000c717 x21: 0x000000016b52f0e0 x22: 0x0000000000000007 x23: 0x0000000105905c4b x24: 0x0000000000000000 x25: 0x00000001ea75d300 x26: 0x0000000000000001 x27: 0x0000000000000000 x28: 0x0000000000000000 fp: 0x000000016b52e070 lr: 0x00000001fcbae680 sp: 0x000000016b52e050 pc: 0x00000001da5a901c cpsr: 0x40001000 esr: 0x56000080 Address size fault Binary Images: 0x1049e4000 - 0x104af7fff Runner arm64 <4d557afbb05c3ddda4be6cb5ce66e641> /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Runner 0x104ba8000 - 0x104bc7fff AppAuth arm64 <9d9aae6a441a340aaa83dc7996429aa6> /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Frameworks/AppAuth.framework/AppAuth 0x104d24000 - 0x104d37fff GAXClient arm64e <6df8f749eb3134f4aeeae8d1cfec79d0> /System/Library/AccessibilityBundles/GAXClient.bundle/GAXClient 0x105100000 - 0x10513ffff FBAEMKit arm64 <5a85450c8f7435c9a899b54ddcddf033> /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Frameworks/FBAEMKit.framework/FBAEMKit 0x1051b4000 - 0x1051c3fff FBLPromises arm64 /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Frameworks/FBLPromises.framework/FBLPromises 0x1051e0000 - 0x1052fbfff FBSDKCoreKit arm64 /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Frameworks/FBSDKCoreKit.framework/FBSDKCoreKit 0x105598000 - 0x1055a7fff FBSDKCoreKit_Basics arm64 <78a1b16cc5523872b288578da833236e> /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Frameworks/FBSDKCoreKit_Basics.framework/FBSDKCoreKit_Basics 0x1055c4000 - 0x105617fff FBSDKLoginKit arm64 /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Frameworks/FBSDKLoginKit.framework/FBSDKLoginKit 0x1056e0000 - 0x1056f3fff FMDB arm64 <1b10b85ad0fb36ef8aa77fb87c2eb5e3> /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Frameworks/FMDB.framework/FMDB 0x105710000 - 0x105717fff FirebaseAppCheckInterop arm64 <58d08899e9a233d6bf5a6b6bee34b182> /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Frameworks/FirebaseAppCheckInterop.framework/FirebaseAppCheckInterop 0x105724000 - 0x10577bfff FirebaseAuth arm64 /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Frameworks/FirebaseAuth.framework/FirebaseAuth 0x105824000 - 0x105837fff FirebaseCore arm64 <86a9ca563c093b3686ca276915ddd303> /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Frameworks/FirebaseCore.framework/FirebaseCore 0x105858000 - 0x10585ffff FirebaseCoreExtension arm64 /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Frameworks/FirebaseCoreExtension.framework/FirebaseCoreExtension 0x10586c000 - 0x10588bfff FirebaseCoreInternal arm64 <526c6af7f9983921b982348e95c56541> /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Frameworks/FirebaseCoreInternal.framework/FirebaseCoreInternal 0x1058cc000 - 0x105913fff FirebaseCrashlytics arm64 <134d9415572a3f9ba9b6a58a673fefbd> /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Frameworks/FirebaseCrashlytics.framework/FirebaseCrashlytics 0x105984000 - 0x10599bfff FirebaseInstallations arm64 <1fd084b559543798a15bdfa916d87b1f> /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Frameworks/FirebaseInstallations.framework/FirebaseInstallations 0x1059c8000 - 0x1059fffff FirebaseMessaging arm64 /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Frameworks/FirebaseMessaging.framework/FirebaseMessaging 0x105a4c000 - 0x105a6bfff FirebaseSessions arm64 <83a24fd220893173b562132b4eb4d9bc> /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Frameworks/FirebaseSessions.framework/FirebaseSessions 0x105aa8000 - 0x105ab3fff GTMAppAuth arm64 /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Frameworks/GTMAppAuth.framework/GTMAppAuth 0x105ac8000 - 0x105aeffff GTMSessionFetcher arm64 <7c8ffd3c057132c4bcbb22de5605cdee> /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher 0x105b2c000 - 0x105b53fff GoogleDataTransport arm64 /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Frameworks/GoogleDataTransport.framework/GoogleDataTransport 0x105b90000 - 0x105ba7fff GoogleSignIn arm64 <640673d39b3f3a9d9ceb20dee34ea663> /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn 0x105bd0000 - 0x105beffff GoogleUtilities arm64 <25ae3b8e2dba3f86abb564d49699d61c> /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Frameworks/GoogleUtilities.framework/GoogleUtilities 0x105c1c000 - 0x105c2ffff Promises arm64 <3b0e29b06c4e3379be1281e785072520> /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Frameworks/Promises.framework/Promises 0x105c50000 - 0x105c57fff RecaptchaInterop arm64 <863fa43cd6173544a460bc563a50f7ac> /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Frameworks/RecaptchaInterop.framework/RecaptchaInterop 0x105c64000 - 0x105c6ffff Toast arm64 <5832fdd359cd305bbbc7d9907bfdd165> /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Frameworks/Toast.framework/Toast 0x105c84000 - 0x105c9ffff audioplayers_darwin arm64 <1698ba782b313b6e830908895df2f568> /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Frameworks/audioplayers_darwin.framework/audioplayers_darwin 0x105ccc000 - 0x105cdbfff flutter_facebook_auth arm64 <351daea521fe345b9bf5e5e22ace2426> /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Frameworks/flutter_facebook_auth.framework/flutter_facebook_auth 0x105cf8000 - 0x105cfffff flutter_native_splash arm64 /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Frameworks/flutter_native_splash.framework/flutter_native_splash 0x105d0c000 - 0x105d1bfff flutter_secure_storage arm64 /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Frameworks/flutter_secure_storage.framework/flutter_secure_storage 0x105d34000 - 0x105d3bfff fluttertoast arm64 <826b7f56285f3530b389baa16d86ea45> /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Frameworks/fluttertoast.framework/fluttertoast 0x105d48000 - 0x105d5bfff image_picker_ios arm64 <2ed548381cf63ffeb480b4b786977c03> /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Frameworks/image_picker_ios.framework/image_picker_ios 0x105d7c000 - 0x105d8ffff in_app_purchase_storekit arm64 /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Frameworks/in_app_purchase_storekit.framework/in_app_purchase_storekit 0x105da8000 - 0x105daffff in_app_review arm64 <89912bc2e48f3871bf84e2059567596f> /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Frameworks/in_app_review.framework/in_app_review 0x105dbc000 - 0x105dc3fff nanopb arm64 <4bbb79aa1857330fbdef8c271d5d4688> /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Frameworks/nanopb.framework/nanopb 0x105dd0000 - 0x105ddbfff path_provider_foundation arm64 <4eb732f6d75f319ea6b0e5e2abb90645> /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Frameworks/path_provider_foundation.framework/path_provider_foundation 0x105df0000 - 0x105dfffff sqflite arm64 <8674d7105ebe3e6f9b4df4019a578a52> /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Frameworks/sqflite.framework/sqflite 0x105e18000 - 0x105e23fff url_launcher_ios arm64 /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Frameworks/url_launcher_ios.framework/url_launcher_ios 0x105e34000 - 0x105e5bfff webview_flutter_wkwebview arm64 <46688165668033038a01d591975809bc> /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Frameworks/webview_flutter_wkwebview.framework/webview_flutter_wkwebview 0x105ea8000 - 0x106747fff Flutter arm64 <4c4c44c655553144a12489c324693308> /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Frameworks/Flutter.framework/Flutter 0x1068dc000 - 0x1068e7fff libobjc-trampolines.dylib arm64e <114289d682c73b21b4d6046fccf2af1c> /private/preboot/Cryptexes/OS/usr/lib/libobjc-trampolines.dylib 0x109038000 - 0x1097cffff App arm64 <3250e32eb77b3c549bc1ce25e2d29b58> /private/var/containers/Bundle/Application/FA6D8709-7F2A-4007-A2E3-25FCEC488925/Runner.app/Frameworks/App.framework/App 0x18bdb8000 - 0x18be05f00 libobjc.A.dylib arm64e <9ba37a0517b33a91aa2fbca187705a76> /usr/lib/libobjc.A.dylib 0x19295c000 - 0x1934c6fff Foundation arm64e <60f744f41345325e8970d37bb5a1a31d> /System/Library/Frameworks/Foundation.framework/Foundation 0x1939c1000 - 0x193eedfff CoreFoundation arm64e /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x194a86000 - 0x194e5ffff CFNetwork arm64e <53e3f6cd98863cf6ac53304cbf6a5181> /System/Library/Frameworks/CFNetwork.framework/CFNetwork 0x195bd4000 - 0x19767dfff UIKitCore arm64e /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore 0x19b8eb000 - 0x19b931fff libdispatch.dylib arm64e <149ff9cd3e92321db92fef58717c70b6> /usr/lib/system/libdispatch.dylib 0x19b932000 - 0x19b9afffb libsystem_c.dylib arm64e <22c9aa2eb4fd3568a6d3e4953c51f6c2> /usr/lib/system/libsystem_c.dylib 0x1b61da000 - 0x1b626109f dyld arm64e <0d856e729a633b5b879f8d026115a4f0> /usr/lib/dyld 0x1d64b6000 - 0x1d64befff GraphicsServices arm64e /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x1da59f000 - 0x1da5d7fff libsystem_kernel.dylib arm64e <53d6b5aec4943b0784356a5a08ea05f4> /usr/lib/system/libsystem_kernel.dylib 0x1fcacb000 - 0x1fcae2fff libc++abi.dylib arm64e /usr/lib/libc++abi.dylib 0x1fcba9000 - 0x1fcbb4ff3 libsystem_pthread.dylib arm64e /usr/lib/system/libsystem_pthread.dylib 0x1ffbcc000 - 0x20039eff7 ANECompiler arm64e /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler EOF ```

Flutter doctor

Run flutter doctor and paste the output below:

Click To Expand ``` Doctor summary (to see all details, run flutter doctor -v): [βœ“] Flutter (Channel stable, 3.13.9, on macOS 14.1 23B74 darwin-arm64, locale en-CN) [βœ“] Android toolchain - develop for Android devices (Android SDK version 33.0.1) [βœ“] Xcode - develop for iOS and macOS (Xcode 15.0.1) [βœ“] Chrome - develop for the web [βœ“] Android Studio (version 2022.3) [βœ“] IntelliJ IDEA Ultimate Edition (version 2023.2.4) [βœ“] VS Code (version 1.76.1) [βœ“] Connected device (3 available) [βœ“] Network resources β€’ No issues found! ```

Flutter dependencies

Run flutter pub deps -- --style=compact and paste the output below:

Click To Expand ``` Dart SDK 3.1.5 Flutter SDK 3.13.9 sounds 1.2.2+22 dependencies: - async 2.11.0 [collection meta] - audioplayers 5.2.0 [audioplayers_android audioplayers_darwin audioplayers_linux audioplayers_platform_interface audioplayers_web audioplayers_windows file flutter http meta path_provider synchronized uuid] - cached_network_image 3.3.0 [cached_network_image_platform_interface cached_network_image_web flutter flutter_cache_manager octo_image] - carousel_slider 4.2.1 [flutter] - cupertino_icons 1.0.6 - dio 5.3.3 [async http_parser meta path] - equatable 2.0.5 [collection meta] - ferry 0.14.2+1 [gql rxdart gql_link gql_exec meta collection hive built_value ferry_exec normalize ferry_cache] - ferry_hive_store 0.5.1 [hive ferry_store rxdart collection] - firebase_analytics 10.6.3 [firebase_analytics_platform_interface firebase_analytics_web firebase_core firebase_core_platform_interface flutter] - firebase_auth 4.12.1 [firebase_auth_platform_interface firebase_auth_web firebase_core firebase_core_platform_interface flutter meta] - firebase_core 2.21.0 [firebase_core_platform_interface firebase_core_web flutter meta] - firebase_crashlytics 3.4.3 [firebase_core firebase_core_platform_interface firebase_crashlytics_platform_interface flutter stack_trace] - firebase_messaging 14.7.3 [firebase_core firebase_core_platform_interface firebase_messaging_platform_interface firebase_messaging_web flutter meta] - flutter 0.0.0 [characters collection material_color_utilities meta vector_math web sky_engine] - flutter_bloc 8.1.3 [bloc flutter provider] - flutter_facebook_auth 6.0.2 [flutter flutter_facebook_auth_platform_interface flutter_facebook_auth_web facebook_auth_desktop] - flutter_native_splash 2.3.5 [args flutter flutter_web_plugins js html image meta path universal_io xml yaml] - flutter_staggered_grid_view 0.7.0 [flutter] - fluttertoast 8.2.2 [flutter flutter_web_plugins] - google_sign_in 6.1.5 [flutter google_sign_in_android google_sign_in_ios google_sign_in_platform_interface google_sign_in_web] - gql_exec 1.0.0 [collection gql meta] - gql_http_link 1.0.1 [gql gql_exec gql_link http http_parser meta] - hive 2.2.3 [meta crypto] - hive_flutter 1.1.0 [flutter hive path_provider path] - image_picker 1.0.4 [flutter image_picker_android image_picker_for_web image_picker_ios image_picker_linux image_picker_macos image_picker_platform_interface image_picker_windows] - in_app_purchase 3.1.11 [flutter in_app_purchase_android in_app_purchase_platform_interface in_app_purchase_storekit] - in_app_purchase_storekit 0.3.6+7 [collection flutter in_app_purchase_platform_interface json_annotation] - in_app_review 2.0.8 [flutter in_app_review_platform_interface] - sliding_up_panel 2.0.0+1 [flutter] - url_launcher 6.2.1 [flutter url_launcher_android url_launcher_ios url_launcher_linux url_launcher_macos url_launcher_platform_interface url_launcher_web url_launcher_windows] - webview_flutter 4.4.1 [flutter webview_flutter_android webview_flutter_platform_interface webview_flutter_wkwebview] dev dependencies: - build_runner 2.4.6 [analyzer args async build build_config build_daemon build_resolvers build_runner_core code_builder collection crypto dart_style frontend_server_client glob graphs http_multi_server io js logging meta mime package_config path pool pub_semver pubspec_parse shelf shelf_web_socket stack_trace stream_transform timing watcher web_socket_channel yaml] - ferry_generator 0.8.1 [gql gql_code_builder built_collection code_builder build path ferry_exec yaml dart_style glob built_value_generator built_value analyzer] - flutter_launcher_icons 0.13.1 [args checked_yaml cli_util image json_annotation path yaml] - flutter_lints 2.0.3 [lints] - flutter_test 0.0.0 [flutter test_api matcher path fake_async clock stack_trace vector_math async boolean_selector characters collection material_color_utilities meta source_span stream_channel string_scanner term_glyph web] transitive dependencies: - _fe_analyzer_shared 61.0.0 [meta] - _flutterfire_internals 1.3.11 [collection firebase_core firebase_core_platform_interface flutter meta] - analyzer 5.13.0 [_fe_analyzer_shared collection convert crypto glob meta package_config path pub_semver source_span watcher yaml] - archive 3.4.6 [crypto path pointycastle] - args 2.4.2 - audioplayers_android 4.0.2 [audioplayers_platform_interface flutter] - audioplayers_darwin 5.0.2 [audioplayers_platform_interface flutter] - audioplayers_linux 3.1.0 [audioplayers_platform_interface flutter] - audioplayers_platform_interface 6.1.0 [flutter meta plugin_platform_interface] - audioplayers_web 4.1.0 [audioplayers_platform_interface flutter flutter_web_plugins js] - audioplayers_windows 3.1.0 [audioplayers_platform_interface flutter] - bloc 8.1.2 [meta] - boolean_selector 2.1.1 [source_span string_scanner] - build 2.4.1 [analyzer async convert crypto glob logging meta package_config path] - build_config 1.1.1 [checked_yaml json_annotation path pubspec_parse yaml] - build_daemon 4.0.0 [built_collection built_value http_multi_server logging path pool shelf shelf_web_socket stream_transform watcher web_socket_channel] - build_resolvers 2.4.1 [analyzer async build collection convert crypto graphs logging package_config path pool pub_semver stream_transform yaml] - build_runner_core 7.2.11 [async build build_config build_resolvers collection convert crypto glob graphs json_annotation logging meta package_config path pool timing watcher yaml] - built_collection 5.1.1 - built_value 8.6.3 [built_collection collection fixnum meta] - built_value_generator 8.6.3 [analyzer build build_config built_collection built_value collection source_gen] - cached_network_image_platform_interface 3.0.0 [flutter flutter_cache_manager] - cached_network_image_web 1.1.0 [cached_network_image_platform_interface flutter flutter_cache_manager] - characters 1.3.0 - checked_yaml 2.0.3 [json_annotation source_span yaml] - cli_util 0.4.0 [meta path] - clock 1.1.1 - code_builder 4.7.0 [built_collection built_value collection matcher meta] - collection 1.17.2 - convert 3.1.1 [typed_data] - cross_file 0.3.3+6 [js meta] - crypto 3.0.3 [typed_data] - csslib 1.0.0 [source_span] - dart_style 2.3.2 [analyzer args path pub_semver source_span] - facebook_auth_desktop 1.0.1 [flutter http flutter_secure_storage flutter_facebook_auth_platform_interface] - fake_async 1.3.1 [clock collection] - ferry_cache 0.7.1+2 [ferry_exec meta rxdart normalize ferry_store collection pedantic] - ferry_exec 0.3.1 [gql gql_exec gql_link meta async collection built_collection built_value] - ferry_store 0.5.3 [rxdart collection] - ffi 2.1.0 - file 7.0.0 [meta path] - file_selector_linux 0.9.2+1 [cross_file file_selector_platform_interface flutter] - file_selector_macos 0.9.3+3 [cross_file file_selector_platform_interface flutter] - file_selector_platform_interface 2.6.1 [cross_file flutter http plugin_platform_interface] - file_selector_windows 0.9.3+1 [cross_file file_selector_platform_interface flutter] - firebase_analytics_platform_interface 3.7.5 [_flutterfire_internals firebase_core flutter meta plugin_platform_interface] - firebase_analytics_web 0.5.5+5 [_flutterfire_internals firebase_analytics_platform_interface firebase_core firebase_core_web flutter flutter_web_plugins js] - firebase_auth_platform_interface 7.0.3 [_flutterfire_internals collection firebase_core flutter meta plugin_platform_interface] - firebase_auth_web 5.8.6 [firebase_auth_platform_interface firebase_core firebase_core_web flutter flutter_web_plugins http_parser js meta] - firebase_core_platform_interface 5.0.0 [collection flutter flutter_test meta plugin_platform_interface] - firebase_core_web 2.8.1 [firebase_core_platform_interface flutter flutter_web_plugins js meta] - firebase_crashlytics_platform_interface 3.6.11 [_flutterfire_internals collection firebase_core flutter meta plugin_platform_interface] - firebase_messaging_platform_interface 4.5.12 [_flutterfire_internals firebase_core flutter meta plugin_platform_interface] - firebase_messaging_web 3.5.12 [_flutterfire_internals firebase_core firebase_core_web firebase_messaging_platform_interface flutter flutter_web_plugins js meta] - fixnum 1.1.0 - flutter_cache_manager 3.3.1 [clock collection file flutter http path path_provider rxdart sqflite uuid] - flutter_facebook_auth_platform_interface 5.0.0 [flutter plugin_platform_interface] - flutter_facebook_auth_web 5.0.0 [flutter flutter_web_plugins js flutter_facebook_auth_platform_interface] - flutter_plugin_android_lifecycle 2.0.17 [flutter] - flutter_secure_storage 9.0.0 [flutter flutter_secure_storage_linux flutter_secure_storage_macos flutter_secure_storage_platform_interface flutter_secure_storage_web flutter_secure_storage_windows meta] - flutter_secure_storage_linux 1.2.0 [flutter flutter_secure_storage_platform_interface] - flutter_secure_storage_macos 3.0.1 [flutter flutter_secure_storage_platform_interface] - flutter_secure_storage_platform_interface 1.0.2 [flutter plugin_platform_interface] - flutter_secure_storage_web 1.1.2 [flutter flutter_secure_storage_platform_interface flutter_web_plugins js] - flutter_secure_storage_windows 3.0.0 [ffi flutter flutter_secure_storage_platform_interface path path_provider win32] - flutter_web_plugins 0.0.0 [flutter characters collection material_color_utilities meta vector_math web] - frontend_server_client 3.2.0 [async path] - glob 2.1.2 [async collection file path string_scanner] - google_identity_services_web 0.2.2 [js meta] - google_sign_in_android 6.1.20 [flutter google_sign_in_platform_interface] - google_sign_in_ios 5.6.4 [flutter google_sign_in_platform_interface pigeon] - google_sign_in_platform_interface 2.4.2 [flutter plugin_platform_interface quiver] - google_sign_in_web 0.12.0+5 [flutter flutter_web_plugins google_identity_services_web google_sign_in_platform_interface http js] - gql 1.0.0 [collection meta source_span yaml] - gql_code_builder 0.7.2 [analyzer built_collection built_value code_builder collection gql gql_exec path] - gql_link 1.0.0 [gql gql_exec meta] - graphs 2.3.1 [collection] - html 0.15.4 [csslib source_span] - http 1.1.0 [async http_parser meta] - http_multi_server 3.2.1 [async] - http_parser 4.0.2 [collection source_span string_scanner typed_data] - image 4.1.3 [archive meta xml] - image_picker_android 0.8.8+2 [flutter flutter_plugin_android_lifecycle image_picker_platform_interface] - image_picker_for_web 3.0.1 [flutter flutter_web_plugins image_picker_platform_interface mime] - image_picker_ios 0.8.8+2 [flutter image_picker_platform_interface] - image_picker_linux 0.2.1+1 [file_selector_linux file_selector_platform_interface flutter image_picker_platform_interface] - image_picker_macos 0.2.1+1 [file_selector_macos file_selector_platform_interface flutter image_picker_platform_interface] - image_picker_platform_interface 2.9.1 [cross_file flutter http plugin_platform_interface] - image_picker_windows 0.2.1+1 [file_selector_platform_interface file_selector_windows flutter image_picker_platform_interface] - in_app_purchase_android 0.3.0+14 [collection flutter in_app_purchase_platform_interface json_annotation] - in_app_purchase_platform_interface 1.3.6 [flutter plugin_platform_interface] - in_app_review_platform_interface 2.0.5 [flutter url_launcher plugin_platform_interface platform] - io 1.0.4 [meta path string_scanner] - js 0.6.7 [meta] - json_annotation 4.8.1 [meta] - lints 2.1.1 - logging 1.2.0 - matcher 0.12.16 [async meta stack_trace term_glyph test_api] - material_color_utilities 0.5.0 [collection] - meta 1.9.1 - mime 1.0.4 - nested 1.0.0 [flutter] - normalize 0.8.2+1 [gql collection] - octo_image 2.0.0 [flutter] - package_config 2.1.0 [path] - path 1.8.3 - path_provider 2.1.1 [flutter path_provider_android path_provider_foundation path_provider_linux path_provider_platform_interface path_provider_windows] - path_provider_android 2.2.1 [flutter path_provider_platform_interface] - path_provider_foundation 2.3.1 [flutter path_provider_platform_interface] - path_provider_linux 2.2.1 [ffi flutter path path_provider_platform_interface xdg_directories] - path_provider_platform_interface 2.1.1 [flutter platform plugin_platform_interface] - path_provider_windows 2.2.1 [ffi flutter path path_provider_platform_interface win32] - pedantic 1.11.1 - petitparser 5.4.0 [meta] - pigeon 11.0.1 [analyzer args collection meta path yaml] - platform 3.1.3 - plugin_platform_interface 2.1.6 [meta] - pointycastle 3.7.3 [collection convert js] - pool 1.5.1 [async stack_trace] - provider 6.0.5 [collection flutter nested] - pub_semver 2.1.4 [collection meta] - pubspec_parse 1.2.3 [checked_yaml collection json_annotation pub_semver yaml] - quiver 3.2.1 [matcher] - rxdart 0.27.7 - shelf 1.4.1 [async collection http_parser path stack_trace stream_channel] - shelf_web_socket 1.0.4 [shelf stream_channel web_socket_channel] - sky_engine 0.0.99 - source_gen 1.4.0 [analyzer async build dart_style glob path source_span yaml] - source_span 1.10.0 [collection path term_glyph] - sprintf 7.0.0 - sqflite 2.3.0 [flutter sqflite_common path] - sqflite_common 2.5.0 [synchronized path meta] - stack_trace 1.11.0 [path] - stream_channel 2.1.1 [async] - stream_transform 2.1.0 - string_scanner 1.2.0 [source_span] - synchronized 3.1.0 - term_glyph 1.2.1 - test_api 0.6.0 [async boolean_selector collection meta source_span stack_trace stream_channel string_scanner term_glyph] - timing 1.0.1 [json_annotation] - typed_data 1.3.2 [collection] - universal_io 2.2.2 [collection meta typed_data] - url_launcher_android 6.2.0 [flutter url_launcher_platform_interface] - url_launcher_ios 6.2.0 [flutter url_launcher_platform_interface] - url_launcher_linux 3.1.0 [flutter url_launcher_platform_interface] - url_launcher_macos 3.1.0 [flutter url_launcher_platform_interface] - url_launcher_platform_interface 2.2.0 [flutter plugin_platform_interface] - url_launcher_web 2.2.0 [flutter flutter_web_plugins url_launcher_platform_interface] - url_launcher_windows 3.1.0 [flutter url_launcher_platform_interface] - uuid 4.1.0 [crypto sprintf] - vector_math 2.1.4 - watcher 1.1.0 [async path] - web 0.1.4-beta - web_socket_channel 2.4.0 [async crypto stream_channel] - webview_flutter_android 3.12.0 [flutter webview_flutter_platform_interface] - webview_flutter_platform_interface 2.6.0 [flutter meta plugin_platform_interface] - webview_flutter_wkwebview 3.9.2 [flutter path webview_flutter_platform_interface] - win32 5.0.9 [ffi] - xdg_directories 1.0.3 [meta path] - xml 6.3.0 [collection meta petitparser] - yaml 3.1.2 [collection source_span string_scanner] ```

danagbemava-nc commented 8 months ago

Hi @DLTechnologyco, have you completed the setup process required for the various social sign ins you've implemented in your project?

See the iOS setup for google sign in here https://pub.dev/packages/google_sign_in#ios-integration You can also check the setup for the other plugins on their various pub.dev pages.

If you have completed all the setup steps required, please provide a complete minimal reproducible code sample in a repo that we can clone so that we can investigate this issue.

Thank you

DLTechnologyco commented 8 months ago

Hi Daniel Agbemava!

All my configurations are configured according to the documentation.

I could use it a month ago, but yesterday I couldn't use it. The main difference is that

  1. Upgraded flutter version
  2. Upgraded the version of firebase related libraries
  3. Upgraded MacOS and Xcode versions

Regarding the minimal version of the demo, the auth library requires some sensitive data, and GoogleService-info.plist contains API_KEY. I don’t think it is very convenient to share these codes.

darshankawar commented 8 months ago

@DLTechnologyco Looking at the crash log, the firebaseAuth related entries are pointing to native iOS sdk file, ie FIRAuthBackend.m. Also, in order to properly investigate this issue, we would need a minimal but runnable reproducible code sample. We can use our own api_key.

google-oss-bot commented 7 months ago

Hey @DLTechnologyco. We need more information to resolve this issue but there hasn't been an update in 7 weekdays. I'm marking the issue as stale and if there are no new updates in the next 7 days I will close it automatically.

If you have more information that will help us get to the bottom of this, just add a comment!

abdurakhmon97 commented 7 months ago

@DLTechnologyco got the same issue, after successful input of credentials - app just crashes, have you found any workaround?

DLTechnologyco commented 7 months ago

Hi, I haven't found any solution either.

danagbemava-nc commented 7 months ago

Hi @DLTechnologyco, please provide a complete minimal reproducible code sample so that we can investigate this. We can use our own api keys

DLTechnologyco commented 7 months ago

@danagbemava-nc

Hello, I'm very sorry. During the process of preparing the demo, we found that a developer added incorrect content to info.plist, which caused this problem.

Before: `

NSAppTransportSecurity

`

After: `

NSAppTransportSecurity NSAllowsArbitraryLoads

`

We are very sorry for causing trouble to you due to our development errors. Thank you again for your patience, this issue can be closed!