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 .