aboutsummaryrefslogtreecommitdiff
path: root/ios/Podfile
diff options
context:
space:
mode:
authorShravya Ramesh <37447613+shravyaramesh@users.noreply.github.com>2020-12-29 11:41:57 -0800
committerGitHub <noreply@github.com>2020-12-29 14:41:57 -0500
commit05cd91206a6ce3361097d9eb408a447eae3d120e (patch)
tree1b8c5ba82358c3f9b393ea42d03b6c9c7219ce7f /ios/Podfile
parentefaa41884b5aa4b4704380eb3615d3801958a775 (diff)
[TMA-288] notifications frontend infra (#154)
* Configured settings to enable remote notifications * Added FCM services * Added background message handler + api calls * minor fixes * minor changes requested from pr
Diffstat (limited to 'ios/Podfile')
-rw-r--r--ios/Podfile5
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