diff --git a/src/plugins/firebase.ts b/src/plugins/firebase.ts index 647eeaecb..439eaabd0 100644 --- a/src/plugins/firebase.ts +++ b/src/plugins/firebase.ts @@ -111,6 +111,14 @@ export class Firebase { @Cordova() static logEvent(type: string, data: any): Promise { return; } + /** + * Set the name of the current screen in Analytics + * @param name {string} Screen name + * @return {Promise} + */ + @Cordova() + static setScreenName(name: string): Promise { return; } + /** * Set a user id for use in Analytics * @param userId {string}