forked from mirrors/linphone-iphone
add pod for firebase
This commit is contained in:
parent
bda65d8a9f
commit
6de9ffd2ee
1 changed files with 7 additions and 0 deletions
7
Podfile
7
Podfile
|
|
@ -25,7 +25,14 @@ end
|
|||
|
||||
def crashlythics
|
||||
if not ENV['USE_CRASHLYTHICS'].nil?
|
||||
# Add the Firebase pod for Google Analytics
|
||||
pod 'Firebase/Analytics'
|
||||
pod 'Crashlytics', '~> 3.4.1'
|
||||
|
||||
# Add the pods for any other Firebase products you want to use in your app
|
||||
# For example, to use Firebase Authentication and Cloud Firestore
|
||||
pod 'Firebase/Auth'
|
||||
pod 'Firebase/Firestore'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue