Green
Green

Reputation: 1741

Google Analytics for React Native iOS app using Firebase JavaScript SDK?

I built a React Native iOS app with the Firebase JavaScript SDK. Currently, my Firebase Analytics Dashboard has no data. Can I add Google Analytics to my iOS app using the JS SDK? If so, how?

I am unable to find any information on how to add analytics to React Native iOS apps that specifically use the Firebase JavaScript SDK. Any help would be greatly appreciated.

Upvotes: 0

Views: 879

Answers (1)

user18309290
user18309290

Reputation: 8310

  1. Check that Firebase config in your code contains measurementId.
  2. If not, enable it in the project settings and update the config
  3. Add the Analytics SDK and initialize it

See Add the Analytics SDK to your app for details

Upvotes: 1

Related Questions