Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Added `FirebaseUiHandler` API to support [using external identities with Google Cloud IAP](https://github.com/firebase/firebaseui-web/blob/master/firebaseuihandler/README.md).
* Added default configurations for `SAML` and `OIDC` providers.
* Fixed the missing id attributes for input elements.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@ FirebaseUI.
5. [Customization](#customizing-firebaseui-for-authentication)
6. [Advanced](#advanced)
7. [Developer Setup](#developer-setup)
8. [Cordova Setup](#cordova-setup)
9. [React DOM Setup](#react-dom-setup)
10. [Angular Setup](#angular-setup)
11. [Known issues](#known-issues)
12. [Release Notes](#release-notes)
8. [IAP External Identities Support with FirebaseUI](#iap-external-identities-support-with-firebaseui)
9. [Cordova Setup](#cordova-setup)
10. [React DOM Setup](#react-dom-setup)
11. [Angular Setup](#angular-setup)
12. [Known issues](#known-issues)
13. [Release Notes](#release-notes)

## Demo

Expand Down Expand Up @@ -1687,6 +1688,13 @@ the other terminal that has the exported variables, run the tests:
npm test -- --saucelabs --tunnelIdentifier=<the tunnel identifier>
```

## IAP External Identities Support with FirebaseUI

You can use FirebaseUI to build the authentication page to use external
identities with
[Google Cloud IAP](https://cloud.google.com/iap/docs/external-identities).
The documentation can be found [here](firebaseuihandler/README.md).

## Cordova Setup

### Introduction
Expand Down
Loading