Skip to content

Commit

Permalink
fix: add missing firebase modulars to podfile (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateki0 authored Dec 21, 2022
1 parent 5a03508 commit b452433
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
require_relative '../node_modules/react-native/scripts/react_native_pods'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
pod 'Firebase', :modular_headers => true
pod 'FirebaseCore', :modular_headers => true
pod 'GoogleUtilities', :modular_headers => true

platform :ios, '11.0'

Expand Down

0 comments on commit b452433

Please sign in to comment.