Index: lib/firebase_auth.dart |
diff --git a/lib/firebase_auth.dart b/lib/firebase_auth.dart |
index b10d9290afb198babab31837ea679877164fe199..5e78a24ee38cbed3d78288b60285fa9691b03b67 100644 |
--- a/lib/firebase_auth.dart |
+++ b/lib/firebase_auth.dart |
@@ -97,6 +97,8 @@ class FirebaseAuth extends HtmlElement with CustomElementProxyMixin, PolymerBase |
/// If the browswer supports `navigator.onLine` network status reporting and the |
/// network is currently offline, the login attempt will be queued until the network |
/// is restored. |
+ /// [params]: (optional) |
+ /// [options]: (optional) |
login(params, options) => |
jsElement.callMethod('login', [params, options]); |