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

Multiple user creation requests on Firebase when user repeatedly taps the Save button #1169

Open
nerocristallo opened this issue Oct 12, 2023 · 1 comment

Comments

@nerocristallo
Copy link

  • Objective C or Swift: Swift
  • iOS version: 16.3.1
  • Firebase SDK version: FirebaseAuth 10.15.0
  • FirebaseUI version: 13.1.0

Lack of any de-bouncing mechanism on the Save button in the Create User with Email and Password modal view, which can cause multiple triggers of user creation on Firebase if the user repeatedly taps on the button.

IMG_0031

The activity indicator appears too late and it does not really block the user interaction with the Save button.

RPReplay_Final1697111465

Ideally, the Save button should not be available for clicking until the previous operation has been completed.

@nerocristallo nerocristallo changed the title Multiple user creation request on Firebase when user repeatedly taps the Save button Multiple user creation requests on Firebase when user repeatedly taps the Save button Oct 13, 2023
@bragma
Copy link

bragma commented Jan 31, 2024

Hi, is anyone willing to take care of this?

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

2 participants