react-native-firebase/ios/Podfile.template

15 lines
383 B
Plaintext
Raw Normal View History

2017-03-17 14:57:22 +00:00
pod 'Firebase/Core'
# [OPTIONAL PODS] - comment out pods for firebase products you won't be using.
pod 'Firebase/Auth'
2017-03-17 14:57:22 +00:00
pod 'Firebase/Crash'
pod 'Firebase/Storage'
2017-03-17 14:57:22 +00:00
pod 'Firebase/Database'
pod 'Firebase/Messaging'
pod 'Firebase/Analytics'
pod 'Firebase/Performance'
pod 'Firebase/RemoteConfig'
# END [OPTIONAL PODS]
pod 'RNFirebase', :path => '../node_modules/react-native-firebase'