I have an Android App where user can Login from Google or Facebook.
Considering user can download app in many devices I am facing a situation I need some help or guidance about.
The situations and problems are:
- When user login in device A with Google and later in Device B => Everything is fine.
- When user login in device A with Google and later in device B with Facebook firebase auth fail even user is using same email in Google and Facebook.
- The same if user login first in Facebook and later in Google.
Any idea how to manage that in Firebase Authentication ?