Using Admin-sdk, Is there a way to delete a particular provider from a user record in firebase?
For eg: Assume a given user has the following providers linked to his account
- password
- google.com
- facebook.com
Say, I would like to revoke the user's ability to login via facebook to his account. Can this be done using admin sdk.
I could only find an api to unlink a provider (which is client side api. This will require the firebase-issued-idToken of the user).