mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-19 23:40:20 +08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
2
packages/analytics/lib/index.d.ts
vendored
2
packages/analytics/lib/index.d.ts
vendored
@@ -42,7 +42,7 @@ export namespace Analytics {
|
||||
* @param name
|
||||
* @param params
|
||||
*/
|
||||
logEvent(name: string, params: { [key: string]: string }): Promise<Testy>;
|
||||
logEvent(name: string, params: { [key: string]: string }): Promise<void>;
|
||||
|
||||
/**
|
||||
* If true, allows the device to collect analytical data and send it to Firebase.
|
||||
|
||||
Reference in New Issue
Block a user