1 min readDec 4, 2017
Those REST APIs already exist. See downloadAccount and getAccountInfo APIs exposed by Google Identity Toolkit. You can also use Firebase Admin SDKs to programmatically access those APIs (See the listUsers()
and getUser()
methods provided by Admin Firebase Auth).