Mila
Mila
Hi @rorystephenson , thank you for reporting this issue. Could you please help clarify what operations have been done, and what was expected? What do you mean by " We...
@rorystephenson I see. Thank you for the explanation. I will look into the Source.SERVER behaviour. In the meantime, have you tried [reading the doc inside a transaction](https://firebase.google.com/docs/firestore/manage-data/transactions?_gl=1*1wm3y4v*_up*MQ..*_ga*MzU5MDYyNDI2LjE3NDgwMTQ2ODU.*_ga_CW55HF8NVT*czE3NDgwMTQ2ODQkbzEkZzAkdDE3NDgwMTQ2ODQkajAkbDAkaDAkZHhWS3dRckYwZlRsSU40VnV0aldjQXJGYlhHczhEUENiWXc.#java)? it should give...
> In fact I can even disable the internet and the get() will return me data despite the get options indicating to only get data from the server. Regarding this,...
This is what have been tested: 1. create a random doc, and call `get()` on it 2. disable the network 3. add a snapshot listener on the doc 4. call...
Hi @dandv, thank you for reporting this issue. There is an internal ticket created for better documentation for the BulkWriter's, including the recursive delete. I will keep this thread updated...
@jesus-mg-ios , I wonder what is the error in Swift 6 language mode. Feels like this is similar to the issue: https://github.com/firebase/firebase-ios-sdk/issues/13962
Hi @rgant, thank you for raising this issue. As you noticed, T is passed down [only if it is a primitive data type](https://github.com/googleapis/nodejs-firestore/blob/d559080a0f436927108ec69c2910af4e8246a8b0/types/firestore.d.ts#L52), otherwise, it needs to wrap it with...
Hi @neelance, thank you for reporting this issue. Could you please provide more context on "It seems to miss a change and it does not catch up later."? Does that...
`getDocsFromServer` sharing the existing stream is an intended behaviour. The underlying bug is still the real time listener missing changes from backend. The [#8907](https://github.com/firebase/firebase-js-sdk/pull/8907) is merged today, I will update...
Hi @neelance, could you please try upgrading your SDK version to V11.6.1 or higher, and collect the error message again?