collection.bulkWrite() in Functions
I try to call collection.bulkWrite() in Functions, but I get error - bulkWrite is not a function. Is it possible to use bulkWrite() in Functions?
3
votes

bulkWrite operations are now supported in Realm Functions.