StanfordSpezi / SpeziKt

Kotlin & Android Version of the Stanford Spezi Framework
http://spezi.health/SpeziKt/
MIT License
7 stars 1 forks source link

Invitation Code Validation Not Working #34

Closed PSchmiedmayer closed 2 weeks ago

PSchmiedmayer commented 4 weeks ago

Description

The app released in production does seem to pass to the next screen despite an invalid invitation code being entered. It does not modify the state in the dev firebase instance.

Reproduction

  1. Download the application from the Google Play Store and go though the onboarding flow.
  2. Enter and invalid or valid invitation code.
  3. App progresses to the next screen

Expected behavior

Invocation of the firebase cloud function and proper error message handling in case an invalid invitation code has been entered.

Additional context

No response

Code of Conduct