From 65ec7eb431712f8c4d3cf96c24489e6a13ef4e13 Mon Sep 17 00:00:00 2001 From: Mike Diarmid Date: Wed, 25 Mar 2020 14:31:00 +0000 Subject: [PATCH] fix(types,analytics): logEvent types for #3219 --- packages/analytics/lib/index.d.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/packages/analytics/lib/index.d.ts b/packages/analytics/lib/index.d.ts index 9d93512a..77d5f908 100644 --- a/packages/analytics/lib/index.d.ts +++ b/packages/analytics/lib/index.d.ts @@ -670,10 +670,7 @@ export namespace FirebaseAnalyticsTypes { * @param name Event name must not conflict with any Reserved Events. * @param params Parameters to be sent and displayed with the event. */ - logEvent( - name: string, - params?: { [key: string]: string | number | boolean }, - ): Promise; + logEvent(name: string, params?: { [key: string]: any }): Promise; /** * If true, allows the device to collect analytical data and send it to