Search code examples
react-nativeeventsgoogle-analyticsfirebase-analyticsgoogle-analytics-4

Google Analytics 4 integration in react native


I have a project based on react native and need to integrate with GA4

Is it true that i still need firebase analytics as the base code? Or is there direct integration without firebase analytics?

Any reference on where to start?

I need to integrate ga4 in react native. Is it possible without firebase sdk?


Solution

  • For iOS/Android apps, yes you would need to include the Firebase SDK to set up data collection. While for web, you'll need to add the Google tag to your web pages to begin seeing data in your Google Analytics 4 property.