
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
Recommended threads
- Offline replication with RXDB
Hey there! Trying out apprwrite with rxdb for an offline focussed application. I cannot seem to find on how to set the permissions on a per document level?
- email verification error??
Hey, I'm trying email verificacion with this signup implementation using deep links on iOS, but when creating the account I get this exception: Exception: Erro...
- Apple OAuth in SwiftUI
Any ideas why this error might be showing up when trying it sign in via apple in SwifUI? _Concurrency/CheckedContinuation.swift:196: Fatal error: SWIFT TASK CO...
