Skip to content

rtdb Lists document sample still used $ref #1222

@gerhardcit

Description

@gerhardcit

The documentation our rtdb lists here: rtdb lists

uses the $key property as follows:

<button (click)="updateItem(item.$key, updatetext.value)">Update</button>
<button (click)="deleteItem(item.$key)">Delete</button>

but in Ver 5 (according to the docs here version-5-upgrade indicates that you are:

Moving away from $key and $value

The sample provided on the first reference therefore does not work anymore with "angularfire2": "^5.0.0-rc.2",

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions