thanks Sander. I wasn't aware this was possible on the firebase console. I will check shortly.
But just making sure, u are not referring to the whitelisting of the redirect domain config that fb console allows are you? For this is a little different from what I am asking. What i am asking is the hosteddomain parameter we normally configure in the google JS API as described in item 1 here <https://developers.google.com/identity/work/it-apps>. Which stipulates the G Suite domain to which users must belong to. In the angular fire api, prior to angularfire2, i believe you do this by: var provider = new firebase.auth.GoogleAuthProvider();provider.setCustomParameters({ hd: "example.com" }); On Wednesday, February 15, 2017 at 1:08:55 AM UTC-5, Sander Elias wrote: > > Hi Adisa, > > That is something you arrange in the firebase console, your frontend > doesn't have to do anything for that. > > Regards > Sander > -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
