merged changes from 1.8.x

This commit is contained in:
ArnabChatterjee20k
2025-10-10 10:55:48 +05:30
parent 2c037803f0
commit 0754c6263e
996 changed files with 38655 additions and 2312 deletions
@@ -12,6 +12,7 @@ databases.deleteDocument(
"<DATABASE_ID>", // databaseId
"<COLLECTION_ID>", // collectionId
"<DOCUMENT_ID>", // documentId
"<TRANSACTION_ID>", // transactionId (optional)
new CoroutineCallback<>((result, error) -> {
if (error != null) {
error.printStackTrace();