Skip to content

Commit

Permalink
fix(crashlytics, ios): dependencies init param removed upstream in v11+
Browse files Browse the repository at this point in the history
firebase-ios-sdk v11+ removed one of the parameters from their component initialization API, we must remove it here to use firebase-ios-sdk v11+
  • Loading branch information
mikehardy authored and exaby73 committed Sep 26, 2024
1 parent fbc9dd7 commit 73b596c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ + (BOOL)isCrashlyticsJavascriptExceptionHandlerChainingEnabled {
FIRComponent *crashlyticsInitProvider =
[FIRComponent componentWithProtocol:@protocol(RNFBCrashlyticsInitProviderProtocol)
instantiationTiming:FIRInstantiationTimingEagerInDefaultApp
dependencies:@[] // note this will go away in firebase-ios-sdk v11+
creationBlock:creationBlock];

return @[ crashlyticsInitProvider ];
Expand Down

0 comments on commit 73b596c

Please sign in to comment.