You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My app occasionally crashing since upgrading to firebase 5.1.1
The only indication of the source of the problem that I have is in this crash information from xcode from users using IOS 11.4.1
based on the stack it looks like the problem is firebase database
any ideas?
Crash information:
This is what the pod file looks like:
source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/CocoaPods/Specs'
platform :ios, '8.2'
target 'Unity-iPhone' do
pod 'Firebase/Analytics', '5.3.0'
pod 'Firebase/Auth', '5.3.0'
pod 'Firebase/Core', '5.3.0'
pod 'Firebase/Database', '5.3.0'
pod 'Firebase/DynamicLinks', '5.3.0'
pod 'Firebase/Messaging', '5.3.0'
pod 'Firebase/RemoteConfig', '5.3.0'
pod 'FirebaseInstanceID', '3.1.1'
pod 'GoogleMobileAdsMediationUnity', '2.2.1.0'
pod 'Google-Mobile-Ads-SDK', '~> 7.0'
end