What I am trying to do is use Firebase to authenticate with Google. Then get some data from Google Calendar.
I got the first part working. I can authenticate with G
I got it to work like this. I am just not sure how to use the information, but I got the auth part to work. Hope that it will help someone.
Auth.$authWithOAuthPopup('google', { remember: "default", scope: 'https://www.googleapis.com/auth/calendar', scope: 'email' }) .then(function (authData) {