Closed
Description
💭 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?
- I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct