Is it possible to authenticate or link with custom unsupported (not Google, Facebook, Twitter and Github) providers?
I'm interested to let my users sign in with Linkedin, or Flickr, for example. I don't own their APIs, so I can't use a custom token as described in documentation.
Linking requires use of AuthCredential, but I didn't yet find examples on how to build a custom AuthCredential for a new service.
What would be a viable solution to solve this? Custom mapping on the client between firebaseAuthToken
and unsupportedProviderAuthToken
?