Skip to content

Commit

Permalink
setAnalyticsCollectionEnabled
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-alrek authored Jun 9, 2017
1 parent 7a69b95 commit fb6a870
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/android/FirebasePlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ protected void pluginInitialize() {
public void run() {
Log.d(TAG, "Starting Firebase plugin");
mFirebaseAnalytics = FirebaseAnalytics.getInstance(context);
mFirebaseAnalytics.setAnalyticsCollectionEnabled(true);
if (extras != null && extras.size() > 1) {
if (FirebasePlugin.notificationStack == null) {
FirebasePlugin.notificationStack = new ArrayList<Bundle>();
Expand Down

0 comments on commit fb6a870

Please sign in to comment.