0

Is there any complete documentation for Firebase Analytics with React Native for Android? There is https://rnfirebase.io/docs/v5.x.x/analytics/android.

But it still not complete and i cannot dig deeper into how to set my custom event, to set my current screen and etc.

Muhammad Habib
  • 99
  • 2
  • 13

1 Answers1

4

Docs are here. https://rnfirebase.io/docs/v5.x.x/analytics/reference/analytics

for example you can send event like this way

firebase.analytics().logEvent("Test Event")
Nazır Dogan
  • 1,494
  • 15
  • 31