2
0
mirror of synced 2025-02-05 02:54:03 +00:00
This commit is contained in:
Salakar 2017-09-24 13:58:03 +01:00
commit 61d963ad62

View File

@ -120,7 +120,7 @@ export default class User {
* @return {Promise.<TResult>|*}
*/
unlink(providerId: string) {
return this._auth._interceptUserValue(FirebaseAuth.unlink(providerId));
return this._auth._interceptUserValue(this._auth._native.unlink(providerId));
}
/**