Brian Chen

Results 34 comments of Brian Chen

@thomasdao This seems like a backend issue, since the SDK only retries and surfaces the errors. Can you file a ticket via [Firebase support](https://firebase.google.com/support) channel so the backend team can...

@thomasdao Yes, after looking at Francisco's report + the absence of backend logs, it's clear that the error is thrown by SQLite after the cache is full. To workaround this,...

@thomasdao The "Quota exceeded" error is thrown by SQLite when the cache is full, and not by the backend. We have an internal bug b/201092032 investigating your issue, and we...

@thomasdao Can you provide a repro app? Someone from our team was able to reproduce the same error you're getting by filling up the cache with 1MB documents (see [repo](https://github.com/Mauratay/resource_exhausted/blob/main/app/src/main/java/com/test/resource_exhausted/MainActivity.java))....

@thomasdao If the repo is public, can you paste a link here? Alternatively, you can add me onto the repo.

@thomasdao Thanks, will take a look tomorrow and investigate. EDIT: I have a few other things on my plate, but I'll get to it this week!

I'm running into a similar issue where uninstalling and reinstalling the add-on still doesn't renew my certificate, even though in the logs it says it has.

@HazyFish Can you provide a repro of what you're passing into the `preference` variable? I was able to compile the following code fine on my machine: ```ts interface Preference {...

@HazyFish I was able to reproduce the issue with TS v4.5. The issue isn't present on v4.4.x. I'll leave this issue open, but we probably won't prioritize this immediately since...