File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ this.user.id // -KguCoSMemQZw3JD6EPh
113
113
Object .keys (this .user ).includes (' id' ) // false
114
114
115
115
// it originally comes from the `key` attribute
116
- dbRef (db, ' users/ada ' ).key // 'ada '
116
+ dbRef (db, ' users/-KguCoSMemQZw3JD6EPh ' ).key // '-KguCoSMemQZw3JD6EPh '
117
117
// More at https://firebase.google.com/docs/reference/js/database.datasnapshot.md#datasnapshotkey
118
118
```
119
119
@@ -123,7 +123,7 @@ this.user.id // jORwjIykFn1NmkdzTkhU
123
123
Object .keys (this .user ).includes (' id' ) // false
124
124
125
125
// it originally comes from the `id` attribute
126
- doc (collection (db, ' users' ), ' ada ' ).id // 'ada '
126
+ doc (collection (db, ' users' ), ' jORwjIykFn1NmkdzTkhU ' ).id // 'jORwjIykFn1NmkdzTkhU '
127
127
// More at https://firebase.google.com/docs/reference/js/firestore_.documentreference.md#documentreferenceid
128
128
```
129
129
You can’t perform that action at this time.
0 commit comments