You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/@awesome-cordova-plugins/plugins/firebase-x/index.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1018,13 +1018,15 @@ export class FirebaseX extends AwesomeCordovaNativePlugin {
1018
1018
* Fetches all the documents in the specific collection.
1019
1019
*
1020
1020
* @param {string} collection - name of top-level collection to fetch.
1021
+
* @param {Array} filters - filters to apply to collection.
1021
1022
* @param {Function} success - callback function to call on successfully deleting the document. Will be passed an {object} containing all the documents in the collection,
1022
1023
* indexed by document ID. If a Firebase collection with that name does not exist or it contains no documents, the object will be empty.
1023
1024
* @param {Function} error - callback function which will be passed a {string} error message as an argument.
0 commit comments