3meters / patchr-ios

Next incarnation of Patchr for iOS
1 stars 0 forks source link

Confirm if email is taken without synching all users to the client #15

Closed Jaymassena closed 7 years ago

Jaymassena commented 7 years ago

We need a way to efficiently determine whether an email address is already associated with an account. We currently rely on keepSynched on users but that is a short-term solution. Other options seemed to be unreliable when offline persistence is active.

Jaymassena commented 7 years ago

Feedback from firebase is that turning on offline persistence should not be the cause of any caching issues with authentication. The authentication code could have it's own caching issue.

Jaymassena commented 7 years ago

Closing but will reopen if problems validating email via firebase auth api.