You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: firebase-auth-dialog.html
+34-30Lines changed: 34 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
15
15
<!--
16
16
`<firebase-auth-dialog>` is a dialog with Material Design styling and optional animations that leverages firebase authentication in a flexible way. You can:
17
-
- setup a 'Register' or 'Login' flavor.
17
+
- setup a 'Sign-Up' or 'Sign-In' flavor.
18
18
- configure the providers accessible within the dialog.
19
19
- configure the Header e.g. a <h2></h2> with a "header" attribute
20
20
- configure different sections: "introduction", "provider" and "user" thanks to the corresponding attribute.
@@ -24,12 +24,12 @@
24
24
Example:
25
25
26
26
<firebase-auth-dialog
27
-
type="Register"
28
27
providers='["facebook", "github", "google"]'
29
28
modal with-backdrop>
30
-
<h2 header>FBE Demo<h2>
29
+
<h2 title-sign-up>Sing-Up Dialog</h2>
30
+
<h2 title-sign-in>Sign-In Dialog</h2>
31
31
<span introduction>-- Welcome to the FBE Demo: --</span>
32
-
<span provider>-- Login with one of the following provider(s): --</span>
32
+
<span provider>-- Sign-In with one of the following provider(s): --</span>
33
33
<span user>-- or provide your email and password : --</span>
0 commit comments