Access your project settings by clicking Settings from your project dashboard.Documentation Index
Fetch the complete documentation index at: https://docs.larksh.com/llms.txt
Use this file to discover all available pages before exploring further.
Project name
Your display name. You can edit it anytime. It has no effect on connections or configuration.Project ID
Read-only after creation. This is the identifier used in SDK connection strings. Click the copy button next to it to grab it.Ephemeral mode
When enabled, databases are automatically deleted when no active connections are detected. This is useful for temporary game sessions, testing environments, or any scenario where data doesn’t need to persist.Auto Create
When enabled, databases are created automatically the first time a client connects. When disabled, databases must be created manually in the dashboard before clients can connect.Allow Legacy Firebase
Enables compatibility with existing Firebase Realtime Database SDKs. When you toggle this on, two additional options appear:- Use First Path as Database: Routes clients by their first path segment. For example, a write to
/room-123/players/alicegoes to a database namedroom-123at path/players/alice. See Database routing for when and why to use this. - Firebase Auth Project ID: Your Firebase project ID, used to validate Firebase Auth tokens. Set this if your users authenticate through Firebase Auth.

