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.
2 parents d5351b5 + 485f6bb commit 0e52c28Copy full SHA for 0e52c28
docs/3-retrieving-data-as-lists.md
@@ -125,7 +125,7 @@ items.push({ name: newName });
125
Use the `set()` method to update existing items.
126
127
```ts
128
-const items = af.database.list('/items');
+const items = db.list('/items');
129
// to get a key, check the Example app below
130
items.set('key-of-some-data', { size: newSize });
131
```
0 commit comments