adventures-in / chat_app

A group effort to build a chat app and learn as we go.
18 stars 0 forks source link

Signing in with Apple causes auto linking #226

Open nickmeinhold opened 4 years ago

nickmeinhold commented 4 years ago

Describe the bug When a user signs in (eg.) with google then apple, the accounts are auto-linked by Firebase.

To Reproduce Steps to reproduce the behavior:

  1. Ensure you don't already have either google or apple auth accounts
  2. Sign in with Google
  3. Sign Out
  4. Sign in with Apple (with same email)
  5. See accounts are linked

Expected behavior The user needs to be asked if they want to link the accounts

Additional context