diff options
Diffstat (limited to 'ios/Podfile')
| -rw-r--r-- | ios/Podfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ios/Podfile b/ios/Podfile index dd88c40a..64383591 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -30,3 +30,8 @@ target 'Frontend-tvOS' do # Pods for testing end end + +# add the Firebase pod for Google Analytics +pod 'Firebase/Analytics' +# add pods for any other desired Firebase products +# https://firebase.google.com/docs/ios/setup#available-pods
\ No newline at end of file |
