Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two emails fields in the users document (accounts-password verified) #46

Open
hmontes opened this issue Sep 2, 2016 · 0 comments
Open

Comments

@hmontes
Copy link

hmontes commented Sep 2, 2016

If i made a service account (like "Facebuk") and later i made an account-password standar account and i verify then i obtain this in the users collection document.

"emails" : [
                {
                        "address" : "XXX",
                        "verified" : true
                }
        ],
        "registered_emails" : [
                {
                        "address" : "XXX",
                        "verified" : true
                }
        ]

If i verify an email. Can you erase the "emails" profile? Two emails fields are unnecesary.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant