Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Unified Diff: lib/firebase_auth.dart

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: update pubspec/changelog Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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]);

Powered by Google App Engine
This is Rietveld 408576698