Hi Guys!
As I have read, it is not possible to put a unique index on a mongodb field with Parse.Schema. Instead, we have to do that right on the mongodb … right?
I have a cloud function “migrate” as a central point to run update scripts. At this point I would also like to carry out this direct intervention in mongodb.
My question now is whether there is a way to access the server option “databaseURI” within a cloud function? Or is there perhaps a “more elegant” way to use the same database connection as parse?