Brett Willis

Results 21 comments of Brett Willis

Thanks for the data. Yes... Strapi itself is designed in a way that causes a huge amount Firestore operations, especially when operating Strapi's front-end admin dashboard. This does not suit...

I opened a separate issue for the counting problem - #33

Do you know the location/region of your Firestore database and your server (I'm assuming it's Cloud Run)? There are many round-trip requests between the server and Firestore for each request...

@BunlongOung any update on this issue based on my previous comments?

Could you set `logTransactionStats` and `logQueries` to `true` as explained [here](https://github.com/arrowheadapps/strapi-connector-firestore#connector-options), and provide the log/console output of the initial Strapi startup (which you say takes ~1.5min). This will show me...

Hi @jitendraP-ashutec , thank you for the report. A few questions to clarify: 1. Each time the Strapi server is restarted, new permissions entries are created, is that right? 2....

Hi @jitendraP-ashutec sorry for the delay. I can't seem to reproduce the issue. I'm running Strapi 3.6.8 and `[email protected]`. Is it easy for you to check with these versions? Some...

I found that the bad interaction must be with the `android()` target. I have other targets (`ios()`), if I remove `andoid()` then Gradle sync will succeed, alternatively if I keep...

Project no longer in active development

Also an off-topic request (it is a backend feature not an SDK feature): It would be create if the backend also supported `Timestamp`s as min/max operands, not just numbers. Would...