Merge remote-tracking branch 'origin/perf-mon' into perf-mon
This commit is contained in:
commit
dbd4342bec
@ -160,7 +160,7 @@ export default class Auth extends Base {
|
|||||||
* Returns a list of authentication providers that can be used to sign in a given user (identified by its main email address).
|
* Returns a list of authentication providers that can be used to sign in a given user (identified by its main email address).
|
||||||
* @return {Promise}
|
* @return {Promise}
|
||||||
*/
|
*/
|
||||||
fetchProvidersForEmail(email: string): Promise<Object> {
|
fetchProvidersForEmail(email: string): Promise<Array<String>> {
|
||||||
return FirebaseAuth.fetchProvidersForEmail(email);
|
return FirebaseAuth.fetchProvidersForEmail(email);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user