File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -106,28 +106,6 @@ export function _useFirestoreRef(
106
106
return data as _RefFirestore < unknown >
107
107
}
108
108
109
- // TODO: remove in stable release or before
110
-
111
- /**
112
- * Binds a Firestore reference onto a Vue Ref and keep it updated.
113
- *
114
- * @deprecated use `useDocument()` and `useCollection()` instead
115
- *
116
- * @param target - target Ref to bind to
117
- * @param docOrCollectionRef - Firestore Reference to be bound
118
- * @param options
119
- */
120
- export function bind (
121
- target : Ref ,
122
- docOrCollectionRef : CollectionReference | Query | DocumentReference ,
123
- options ?: FirestoreOptions
124
- ) {
125
- return _useFirestoreRef ( docOrCollectionRef , {
126
- target,
127
- ...options ,
128
- } ) . promise
129
- }
130
-
131
109
const pendingPromises = new Set < Promise < any > > ( )
132
110
133
111
// TODO: should be usable in different contexts, use inject, provide
You can’t perform that action at this time.
0 commit comments