Skip to content
This repository was archived by the owner on Jan 7, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion react-native/firebase/debug-events.mo.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ emulator-5554 device

{% endhint %}

2. Run the following command: `adb shell setprop debug.firebase.analytics.app <package_name>`
2. Run the following command: `adb shell setprop debug.firebase.analytics.app <app_identifier>`

{% hint style='success' %} **CHECK**

Expand All @@ -75,6 +75,15 @@ emulator-5554 device

{% endhint %}

{% hint style='info' %}

How to find your `<app_identifier>` ?
* dev: in your `build.gradle`
* staging: in you `env.staging`
* production: in your `env.production`

{% endhint %}

### Use react-native-firebase API to track events (10min)

1. Use `logEvent` method.
Expand Down