Merge branch 'master' of https://github.com/invertase/react-native-firebase
This commit is contained in:
commit
61d963ad62
|
@ -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));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue