EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 446 forks source link

Intermittent crashing on iOS traced to FBSDKCoreKit #1598

Closed rdlauer closed 4 years ago

rdlauer commented 4 years ago

Rolled out a test of a new app to about 20 users yesterday. For about 10 minutes, folks couldn't use the app as it kept crashing. This resolved itself after those 10 minutes, magically 🧙‍♂️!

Curious to know if anyone else has seen this issue, as it seems related to FBSDKCoreKit. Here is the crash log from Xcode:

image

manojdcoder commented 4 years ago

May be it's related to facebook/facebook-ios-sdk/issues/1374 and fixed already?

rdlauer commented 4 years ago

Wow, good catch. I suppose we have to wait for Firebase to start using this SDK? Or is the FB SDK a dependency of this plugin (I'm lazy and not checking myself...).

manojdcoder commented 4 years ago

FB SDK is dependency of the plugin, installed by the plugin hooks. Also it sounds like the fix was on server side with Facebook. For what's worth you may try a clean build see if it helps.

rdlauer commented 4 years ago

Thanks!