Unfurl-Connect Docs
Search
⌃
K
Overview
Guides
Quickstart
Easy Integration
Browser Only
Client Server
Cloud Services
Google Cloud Platform
Amazon Web Services
Mobile
Branding
Self-hosting the IdP
Advanced Configuration
Extras
Roadmap
Projects
Powered By
GitBook
Comment on page
Google Cloud Platform
First, add Unfurl as an
Identity Provider
. Then it's just these
three
lines in your app.
const
provider
=
new
firebase
.
auth
.
OAuthProvider
(
'oidc.unfurl'
);
provider
.
addScope
(
"roles"
);
firebase
.
auth
().
signInWithPopup
(
provider
);
A full example page can be found
here
.
Previous
Cloud Services
Next
Amazon Web Services
Last modified
1yr ago