Skip to content
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

Prompt Modal closes automatically after user chooses his account/email #95

Closed
okechukwu0127 opened this issue Jan 25, 2022 · 0 comments
Closed

Comments

@okechukwu0127
Copy link
Contributor

Describe the bug
A clear and concise description of what the bug is.

When a user clicks on the GoogleSignIn Button, it loads the GoogleSignIn prompt modal for the user to select his google account.
When the user click on his account from the prompt, the modal closes automatically.
This happens on random devices as it works properly on some android devices.

I also notice that the issues happens more on the published app on playStore but works well on my development mode app when i run the app directly from my code editor.

Its really confusing since i cant figure out why the googleSignIn prompt suddenly closes after users chooses his account, thus taking the user back to the GoogleSignIn button to repeat the process again.

To Reproduce
Steps to reproduce the behavior:

  1. Click on the GoogleSignIn Button
  2. on the Prompt modal, select/choose an account to continue
  3. After clicking on an account to use for your signIn
  4. The modal prompt closes. So user repeats the process again..

Expected behavior
A clear and concise description of what you expected to happen.

When a user clicks on the GoogleSignIn button, he is presented with the Choose account promp-modal.
He select an account of his chooses, after which he accpets the scope of access from the marchant and
clicks on the continue button. Then the selected googleAccount info would returned from GoogleSignin.signIn();

Link to app on play store.
https://play.google.com/store/apps/details?id=com.betBank&hl=en&gl=US

Link to a Video with the Bug
https://drive.google.com/file/d/1K-axClCgfyfsqAjBjlFy-bD8SlmlW1lG/view?usp=sharing

Screenshots
WhatsApp Image 2022-01-25 at 5 48 01 PM

If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

  • Device: Samsumg S8+
  • OS: Android9
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

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

No branches or pull requests

1 participant