add pod for firebase

This commit is contained in:
Danmei Chen 2020-03-30 12:04:28 +02:00
parent bda65d8a9f
commit 6de9ffd2ee

View file

@ -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