💭 Description
The code snippet for creating a user in the getting started guide throws an error due to an invalide phone number.
This:
result=users.create('[USER_ID]', 'email@example.com', 'password')should be changed to:
result=users.create(ID.unique(), email='email1@example.com', phone='+123456789', password='password', name='user1')
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
💭 Description
The code snippet for creating a user in the getting started guide throws an error due to an invalide phone number.
This:
should be changed to:
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?