Open juanitodur opened 2 months ago
Hello! I am following Firestore docs on how to add data, detailing the usage of these two functions upon the db process completion or failure, but neither can be found. Any idea about this? Thanks!
Read https://github.com/GitLiveApp/firebase-kotlin-sdk?tab=readme-ov-file#suspending-functions
the function will throw the exception that you would receive in addOnFailureListener in java code
this is the function https://gitliveapp.github.io/firebase-kotlin-sdk/firebase-firestore/dev.gitlive.firebase.firestore/-document-reference/set.html
Hello! I am following Firestore docs on how to add data, detailing the usage of these two functions upon the db process completion or failure, but neither can be found. Any idea about this? Thanks!