This repository has been archived by the owner on Sep 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
094663a
commit fb6f9d7
Showing
1 changed file
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -230,8 +230,7 @@ let client = Client() | |
var client = new Client() | ||
.SetEndpoint("http://cloud.appwrite.io/v1") // Your Appwrite Endpoint | ||
.SetProject("[PROJECT_ID]") // Your project ID | ||
.SetKey("919c2db5d4...a2a3346ad2"); // Your secret API Key | ||
</code></pre> | ||
.SetKey("919c2db5d4...a2a3346ad2"); // Your secret API Key</code></pre> | ||
</div> | ||
</li> | ||
</ul> | ||
|
@@ -563,8 +562,7 @@ var user = await users.Create( | |
userId: ID.Unique(), | ||
email: "[email protected]", | ||
phone: null, | ||
password: "password"); | ||
</code></pre> | ||
password: "password");</code></pre> | ||
</div> | ||
</li> | ||
</ul> | ||
|
@@ -775,8 +773,7 @@ var user = await users.Create( | |
userId: ID.Unique(), | ||
email: "[email protected]", | ||
phone: null, | ||
password: "password"); | ||
</code></pre> | ||
password: "password");</code></pre> | ||
</div> | ||
</li> | ||
</ul> | ||
|