Feature: Auth with Firebase and use Token for Retrofit API Header
Closed this issue · 0 comments
Basler182 commented
Managing the auth process with firebase and adding the received token to the retrofit header, to auth at the backend.
Process:
- Register @ Firebase
- Login @ Firebase
- Get Firebase Token
- Add Token to Retrofit API Header
- Register @ Backend with Firebase Token