π 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?