1. Create new database

  1. Copy the ID and put it in your .env.local as EXPO_PUBLIC_APPWRITE_DATABASE_ID
  2. Inside this database, start creating different collections

Agent

Create agents collection and copy the ID as EXPO_PUBLIC_APPWRITE_AGENTS_COLLECTION_ID

Agent collection has 3 Attributes: name, email, avatar

String

Attribute Key: name

Size: 500

Required

Email

Attribute Key: email

Required

URL

Attribute Key: avatar

Required

After that, set permissions