Skip to content

📚 Documentation: Mistake in code snippets in getting started guide #62

Closed
@FloLan1

Description

@FloLan1

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinggood first issueGood for newcomershacktoberfestIssues that can win you some cool swags!

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions