Get id token on Android app and verify it on backend server (How to use id token?) – Facebook api
I'm developing an Android app that consumes data from my own REST API server. I want to use Firebase authentication because it allows the user to login using Google, Facebook, Twitter... in a very simple way. But I'm not sure…