Skip to content

Commit

Permalink
fix(crashlytics, ios): forward port to firebase-ios-sdk v9 header loc…
Browse files Browse the repository at this point in the history
…ations
  • Loading branch information
mikehardy committed Jun 20, 2022
1 parent 8e80233 commit e5bd716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
*/

#import <FirebaseCore/FIRLibrary.h>
#import <FirebaseCoreExtension/FIRLibrary.h>
#import <Foundation/Foundation.h>

@interface RNFBCrashlyticsInitProvider : NSObject <FIRLibrary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#import "RNFBCrashlyticsInitProvider.h"
#import <Firebase/Firebase.h>
#import <FirebaseCore/FIRAppInternal.h>
#import <FirebaseCoreExtension/FIRAppInternal.h>
#import "RNFBJSON.h"
#import "RNFBMeta.h"
#import "RNFBPreferences.h"
Expand Down

0 comments on commit e5bd716

Please sign in to comment.