Zoltan Demant
06/20/2023, 8:20 AMimport integration.firestore.Firestore
. Anyone else seeing the same, or have any idea why that might be? Everything compiles just fine after adding the imports.Zoltan Demant
06/20/2023, 8:23 AMJorn Hertsig
06/20/2023, 8:24 AMZoltan Demant
06/20/2023, 8:26 AMZoltan Demant
06/20/2023, 8:26 AMAdam S
06/20/2023, 8:48 AMZoltan Demant
06/20/2023, 8:56 AMMichael Paus
06/20/2023, 8:57 AMZoltan Demant
06/20/2023, 8:58 AMexpect value class Batch(private val batch: BatchRef) {
operator fun set(
document: Document,
data: Any,
)
suspend fun commit()
}
suspend fun test(batch: Batch) {
<http://batch.com|batch.com> // nope
}
Zoltan Demant
06/20/2023, 9:01 AMMichael Paus
06/20/2023, 9:20 AM