GoogleCloudPlatform/core-solution-services

Create user error

Closed this issue · 0 comments

The command below fails when creating the user:

PYTHONPATH=components/common/src/ python components/authentication/scripts/user_tool.py create_user --base-url=$BASE_URL

After supplying the email and password, the command fails with:

Sign up error. Status: 500
{'success': False, 'message': 'Firebase API key missing', 'data': None}

The user record is created in Firestore with the registered field set to true