-
-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(authentication): add getIdTokenResult method #786
base: main
Are you sure you want to change the base?
feat(authentication): add getIdTokenResult method #786
Conversation
Co-authored-by: Robin Genz <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the missing type GetIdTokenResultOptions
, create a changeset (npm run changeset
) and test your implementation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add the missing type GetIdTokenResultOptions
Co-authored-by: Robin Genz <[email protected]>
@josephgodwinkimani Please create a changeset using |
Thank you, i will merge it this week. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have just noticed that support for Android and iOS is missing. Please also add this since this plugin supports all 3 platforms.
Co-authored-by: Robin Genz <[email protected]>
@josephgodwinkimani Let me know as soon as you're done and I can review it again. |
Pull request checklist
Please check if your PR fulfills the following requirements:
npm run changeset
).