-
Notifications
You must be signed in to change notification settings - Fork 67
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershacktoberfestIssues that can win you some cool swags!Issues that can win you some cool swags!
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershacktoberfestIssues that can win you some cool swags!Issues that can win you some cool swags!