Skip to content

Conversation

kantagara
Copy link

so that devs can easily get all the necessary data for their authorization services (i.e. firebase auth).

I had an issue in my own project where I couldn't easily get the necessary token id and access token from the LoginComplete event, so wanted to contribute that back to the project.

redirectUri += "code?";

EndpointsData endpoints = await InitializeEndpointsAsync();
await InitializeEndpointsAsync();
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Had to remove the "code?" since it was giving me strange errors. Also, endpoints variable was not being used so I just removed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant