After the simple CRUD sample, we will show you the bulk operations from this sample, please click on this URL to play with Blogs CRUD sample. Please see the below bulk operations with related JavaScript codes: Features JavaScript Codes Bulk Insert   db.collection(“comments”).insertMany(                [                                                             { owner_id : client.auth.user.id, date: “01/01/2018”, username: “Peter”,