Skip to content

Commit b452433

Browse files
authored
fix: add missing firebase modulars to podfile (#179)
1 parent 5a03508 commit b452433

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

example/ios/Podfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
require_relative '../node_modules/react-native/scripts/react_native_pods'
22
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
3+
pod 'Firebase', :modular_headers => true
4+
pod 'FirebaseCore', :modular_headers => true
5+
pod 'GoogleUtilities', :modular_headers => true
36

47
platform :ios, '11.0'
58

0 commit comments

Comments
 (0)