2017-03-17 14:57:22 +00:00
|
|
|
pod 'Firebase/Core'
|
2017-05-25 14:59:30 +00:00
|
|
|
|
|
|
|
# [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'
|
2017-05-25 14:59:30 +00:00
|
|
|
pod 'Firebase/Storage'
|
2017-03-17 14:57:22 +00:00
|
|
|
pod 'Firebase/Database'
|
|
|
|
pod 'Firebase/Messaging'
|
2017-05-25 14:59:30 +00:00
|
|
|
pod 'Firebase/Analytics'
|
2017-05-25 11:04:40 +00:00
|
|
|
pod 'Firebase/Performance'
|
2017-05-25 14:59:30 +00:00
|
|
|
pod 'Firebase/RemoteConfig'
|
|
|
|
# END [OPTIONAL PODS]
|
|
|
|
|
2017-05-02 09:42:24 +00:00
|
|
|
pod 'RNFirebase', :path => '../node_modules/react-native-firebase'
|