Hi!
i wrote a cloud function that queries an api in the web.
now i want to store queried data in my db.
is there a way that i dont have to check first if the key of the document in my collection already exists, and then i have to decide if i need an update or a create?
something like db.create() with an attribute overwrite: true
due to performance this would be very nice.
best regards