You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an Admin creates a Caregiver, when the Caregiver signs up with the same email, name, and phone number, their accounts should be paired. If the email matches one in the database but the other details are incorrect, show an error saying to contact MBB. A Caregiver object is not paired to an account if it does not have an auth field containing the ID of a Firebase account object. Caregivers who sign up this way should still be directed to go through onboarding.
The text was updated successfully, but these errors were encountered:
If an Admin creates a Caregiver, when the Caregiver signs up with the same email, name, and phone number, their accounts should be paired. If the email matches one in the database but the other details are incorrect, show an error saying to contact MBB. A Caregiver object is not paired to an account if it does not have an
auth
field containing the ID of a Firebase account object. Caregivers who sign up this way should still be directed to go through onboarding.The text was updated successfully, but these errors were encountered: