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:
Patrick Reames 2017-04-28 08:39:28 -07:00 committed by Ibby Hadeed
parent 1123299274
commit 11dbe42a0d

View File

@ -117,6 +117,14 @@ export class Firebase extends IonicNativePlugin {
@Cordova()
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
* @param name {string} Screen name