15 lines
383 B
Plaintext
15 lines
383 B
Plaintext
pod 'Firebase/Core'
|
|
|
|
# [OPTIONAL PODS] - comment out pods for firebase products you won't be using.
|
|
pod 'Firebase/Auth'
|
|
pod 'Firebase/Crash'
|
|
pod 'Firebase/Storage'
|
|
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'
|