From 05cd91206a6ce3361097d9eb408a447eae3d120e Mon Sep 17 00:00:00 2001 From: Shravya Ramesh <37447613+shravyaramesh@users.noreply.github.com> Date: Tue, 29 Dec 2020 11:41:57 -0800 Subject: [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 --- ios/Podfile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ios/Podfile') 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 -- cgit v1.2.3-70-g09d2