Merge branch 'master' into v5

This commit is contained in:
Daniel
2018-12-01 16:55:01 +01:00
parent 31e4058257
commit 165c3cc211
20 changed files with 904 additions and 192 deletions
@@ -307,6 +307,17 @@ export class Firebase extends IonicNativePlugin {
return;
}
/**
* Allows the user to set User Identifier for crashlytics reporting
* https://firebase.google.com/docs/crashlytics/customize-crash-reports?authuser=0#set_user_ids
* @param {string} userId value to set the userId
* @returns {Promise<any>}
*/
@Cordova()
setCrashlyticsUserId(userId: string): Promise<any> {
return;
}
/**
* Sends an SMS to the user with the SMS verification code and returns the Verification ID required to sign in using phone authentication
* @param {string} phoneNumber The phone number, including '+' and country code