machbarschaft/machbarschaft-android-kotlin

Feature: Auth with Firebase and use Token for Retrofit API Header

Closed this issue · 0 comments

Managing the auth process with firebase and adding the received token to the retrofit header, to auth at the backend.

Process:

  1. Register @ Firebase
  2. Login @ Firebase
  3. Get Firebase Token
  4. Add Token to Retrofit API Header
  5. Register @ Backend with Firebase Token