Unfurl-Connect Docs
  • Overview
  • Guides
    • Quickstart
    • Easy Integration
      • Browser Only
      • Client Server
      • Cloud Services
        • Google Cloud Platform
        • Amazon Web Services
      • Mobile
        • Android
        • iOS
    • Branding
    • Self-hosting the IdP
    • Advanced Configuration
  • Extras
    • Roadmap
    • Projects
Powered by GitBook
On this page

Was this helpful?

  1. Guides
  2. Easy Integration
  3. Cloud Services

Google Cloud Platform

PreviousCloud ServicesNextAmazon Web Services

Last updated 3 years ago

Was this helpful?

First, add Unfurl as an . 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 .

Identity Provider
here