getAll
Get all data's inserted to your collection's
getAll((data)=> {}, (error)=> {})
getAll((data)=> {}, (error)=> {})
How to use:
Arguments:
parameter | required | types |
success callback | yes | function |
failure callback | yes | function |
Example:
Last updated