We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Keyboard.email('signIn')
According to the https://docs.developer.comcast.com/docs/transitioning-from-legacy, $badger.userPreferences().promptSignInEmail can be replaced with Keyboard.email('signIn') in Firebolt SDK, but the params of their callback seem mismatched.
$badger.userPreferences().promptSignInEmail
The Keyboard.email('signIn') only returns the email, the status seems to be missing:
Run Keyboard.email('signIn') in a real device.
It should return something like
{ status: "SUCCESS", data: { email: "email@comcast.com" } },
It only returns a string (email)
Device model: Xi6-A SDK version: The latest v1.4.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem/Opportunity
According to the https://docs.developer.comcast.com/docs/transitioning-from-legacy,
$badger.userPreferences().promptSignInEmail
can be replaced withKeyboard.email('signIn')
in Firebolt SDK, but the params of their callback seem mismatched.The
![Image](https://private-user-images.githubusercontent.com/181441668/396444040-62cff02d-f75e-4c8b-9213-7f91c5f51b87.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1OTg5MDQsIm5iZiI6MTczOTU5ODYwNCwicGF0aCI6Ii8xODE0NDE2NjgvMzk2NDQ0MDQwLTYyY2ZmMDJkLWY3NWUtNGM4Yi05MjEzLTdmOTFjNWY1MWI4Ny5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQwNTUwMDRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02M2Q1OWM4MDZlYzQ5NTQ0ODBjZTU4NzA4MWUzZjliYjc2MWYwMGVmNzkwYTI3MzdmMTc0YWVlYzc1MzBjYzRhJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9._7f-ztBeAiJqBBG6MIe4bpg6qvatawfVYSCq6cRL5RM)
Keyboard.email('signIn')
only returns the email, the status seems to be missing:Steps to reproduce
Run
Keyboard.email('signIn')
in a real device.Expected Behavior
It should return something like
Actual Behavior
It only returns a string (email)
Notes (Optional)
Device model: Xi6-A
SDK version: The latest v1.4.1
The text was updated successfully, but these errors were encountered: