@nodeart/firebase-connector
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "@nodeart/firebase-connector", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -265,2 +265,6 @@ import { Http, Response } from '@angular/http'; | ||
} | ||
resetPassword(email) { | ||
return firebase.auth().sendPasswordResetEmail(email); | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
20906
387
0