Drpepper78

Results 3 comments of Drpepper78

@dconeybe it is mostly happening in write queries. I am pasting a sample here ``` export const abcdyz = async ( abcdy: AB, ): Promise => { const db: FirebaseFirestore...

@milaGGL 1. I am certain our writes per second are not high enough to impact this. That said, I haven't found any documentation on what the exact figure is. Even...

Hi @milaGGL another update is that I just noticed in the stack trace of my read API error that the error stack seems to be from a write request invoked...