@@ -7,8 +7,9 @@ customizable UI bindings on top of [Firebase](https://firebase.google.com) SDKs
7
7
to eliminate boilerplate code and promote best practices.
8
8
9
9
FirebaseUI Auth provides a drop-in auth solution that handles the UI flows for
10
- signing in users with email addresses and passwords, and Identity Provider Sign
11
- In using Google, Facebook and others. It is built on top of
10
+ signing in users with email addresses and passwords, phone numbers, Identity
11
+ Provider Sign In including Google, Facebook, GitHub, Twitter, Microsoft, Yahoo,
12
+ OpenID Connect (OIDC) providers and SAML providers. It is built on top of
12
13
[ Firebase Auth] ( https://firebase.google.com/docs/auth ) .
13
14
14
15
The FirebaseUI component implements best practices for authentication on mobile
@@ -21,10 +22,11 @@ FirebaseUI Auth clients are also available for
21
22
[ Android] ( https://github.com/firebase/firebaseui-android ) .
22
23
23
24
FirebaseUI fully supports all recent browsers. Signing in with federated
24
- providers (Google, Facebook, Twitter, Github) is also supported in
25
- Cordova/Ionic environments. Additional non-browser environments (React
26
- Native...) or Chrome extensions will be added once the underlying Firebase core
27
- SDK supports them in a way that is compatible with FirebaseUI.
25
+ providers (Google, Facebook, Twitter, GitHub, Microsoft, Yahoo, OIDC, SAML) is
26
+ also supported in Cordova/Ionic environments. Additional non-browser
27
+ environments(React Native...) or Chrome extensions will be added once the
28
+ underlying Firebase core SDK supports them in a way that is compatible with
29
+ FirebaseUI.
28
30
29
31
## Table of Contents
30
32
0 commit comments