Skip to content

Garbage collection of App, Auth, Instance ID, Realtime Database, Storage garbage collection can crash. #191

@mgrogin

Description

@mgrogin

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:
screen shot 2018-07-29 at 7 09 13 pm

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions