• Members 38 posts
    Sept. 21, 2023, 11 a.m.

    I'm working on a React Native project and need to incorporate GA4 for analytics.

    Is it necessary to use Firebase Analytics as the foundational code for this integration, or is there a way to directly integrate GA4 without Firebase Analytics?

    Could you provide any guidance or references on where to initiate this integration?

  • Mod
    Sept. 21, 2023, 11:01 a.m.

    GA4 is tightly integrated with Firebase Analytics, and the tracking code is embedded within the Firebase SDK. You have the flexibility to either integrate your GA4 property within Firebase or complete the integration directly within the GA4 interface. Both methods will yield the same outcome. However, it's important to note that you will require the Firebase SDK to finalize the implementation of the GA4 tracking code.

    I hope this information proves helpful.