fix(types,analytics): logEvent types for #3219

This commit is contained in:
Mike Diarmid
2020-03-25 14:31:00 +00:00
committed by GitHub
parent 77a213a569
commit 65ec7eb431

View File

@@ -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<void>;
logEvent(name: string, params?: { [key: string]: any }): Promise<void>;
/**
* If true, allows the device to collect analytical data and send it to