From bd827fe7462ce16a804064d93fb0757e3938315c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Fri, 18 May 2018 13:41:21 +0200 Subject: [PATCH] Find android app ID to debug Firebase events --- react-native/firebase/debug-events.mo.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/react-native/firebase/debug-events.mo.md b/react-native/firebase/debug-events.mo.md index e5e3f66..1e2691a 100644 --- a/react-native/firebase/debug-events.mo.md +++ b/react-native/firebase/debug-events.mo.md @@ -65,7 +65,7 @@ emulator-5554 device {% endhint %} -2. Run the following command: `adb shell setprop debug.firebase.analytics.app ` +2. Run the following command: `adb shell setprop debug.firebase.analytics.app ` {% hint style='success' %} **CHECK** @@ -75,6 +75,15 @@ emulator-5554 device {% endhint %} +{% hint style='info' %} + +How to find your `` ? +* 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.