mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-12 18:56:31 +08:00
feat(firebase): add support for firebase ErrorLog (#1440)
* feat(firebase): add support for firebase ErrorLog * feat(firebase): add support for firebase ErrorLog
This commit is contained in:
parent
1123299274
commit
11dbe42a0d
@ -117,6 +117,14 @@ export class Firebase extends IonicNativePlugin {
|
|||||||
@Cordova()
|
@Cordova()
|
||||||
logEvent(type: string, data: any): Promise<any> { return; }
|
logEvent(type: string, data: any): Promise<any> { return; }
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Log an Error using FirebaseCrash
|
||||||
|
* @param message {string}
|
||||||
|
* @return {Promise<any>}
|
||||||
|
*/
|
||||||
|
@Cordova()
|
||||||
|
logError(message: string): Promise<any> { return; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the name of the current screen in Analytics
|
* Set the name of the current screen in Analytics
|
||||||
* @param name {string} Screen name
|
* @param name {string} Screen name
|
||||||
|
Loading…
Reference in New Issue
Block a user