We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8fc138 commit 712d666Copy full SHA for 712d666
src/database/index.ts
@@ -160,7 +160,9 @@ export type UseListOptions = UseDatabaseRefOptions
160
export type UseObjectOptions = UseDatabaseRefOptions
161
162
/**
163
- * Creates a reactive variable connected to the database.
+ * Creates a reactive variable connected to the database as an array. Each element in the array will contain an `id`
164
+ * property. Note that if you override the `serialize` option, it should **also set an `id` property** in order for this
165
+ * to work.
166
*
167
* @param reference - Reference or query to the database
168
* @param options - optional options
0 commit comments