Skip to main content

Authentication

The Authentication view handles all register, login, phone and social auth flows.

warning

These details are only updated with each release, for more acurate updates and keeping track of progress, see the task in GitHub.

Task Chat Launch

Description

Authentication is handled via Firebase ID tokens. The server verifies the token on every request and extracts the caller's uid, email, and phoneNumber from the JWT claims — no separate login endpoint exists.

POST /auth/sync must be called once per session to create or update the corresponding Firestore document for the authenticated user.


Status

Doc StatusProduct StatusLast UpdateVersionReleasePhase
In ProgressUp Next04.03.20240.01InternalAlpha

Team

OwnerLead
Ben-

Reminders

  • Keep code lean and clear
  • follow the outlined arcetecture
  • write commetes in your code
  • update the staus in the docs and in GitHub
  • try not to recreate functions we alredy have, rather update exsiting functions to support your needs
  • Be sure to follow the release guidelines
  • Update Documentation
  • keep API docs up to date each time you update or add endpoints
  • Task
  • Chat
  • [Main Branch]
  • [Alpha]
  • [Beta]
  • [Production]