How to add Google analytics for expo app while using push notification services?

So I was trying to add google analytics to my expo app. In the process it provided me a google-serivces.json file to put it in the root directory of the app. The problem is, I already have a google-services.json file in my root directory that i got while integrating push notification for the app. Now, how can i use the services json file in app for the analytics?

Tried looking everywhere for the solution, yet no luck!