Added setAnalyticsCollectionEnabled to Firebase plugin
This commit is contained in:
parent
f11be24f74
commit
2e711b94bb
@ -300,4 +300,14 @@ export class Firebase extends IonicNativePlugin {
|
|||||||
verifyPhoneNumber(phoneNumber: string, timeoutDuration: number): Promise<any> {
|
verifyPhoneNumber(phoneNumber: string, timeoutDuration: number): Promise<any> {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Allows the user to enable/disable analytics collection
|
||||||
|
* @param enabled {booleab} value to set collection
|
||||||
|
* @returns {Promise<any>}
|
||||||
|
*/
|
||||||
|
@Cordova()
|
||||||
|
setAnalyticsCollectionEnabled(enabled: boolean): Promise<any> {
|
||||||
|
return;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user