Shawn

Results 192 comments of Shawn

It really sucks cause I almost am being forced to switch to VSCode, even though I prefer Android Studio in a wide number of ways, ever since upgrading a few...

What I'm experiencing these days is much worse and I've been using VS daily for 3 yrs now. Could be related to some other gremlins on my machine, but it...

It seems it can still be somewhat described as "code analysis is slow". What typically happens: * I hit save * The file goes into this weird state where all...

Oh, that would be great if it were a bug and not actually a cache thing, I was just guessing. So I have something like this: ``` StreamBuilder( stream: Firestore.instance.collection("/users/[email protected]/books").stream,...

It seems to spawn a new snapshot listener everytime `.stream` is called: ![image](https://user-images.githubusercontent.com/736973/101319566-6f74cf80-381f-11eb-9d1a-44a6a9c26452.png) This is all from that one example, running for ~10minutes. In this shot, you can see the...

There's nothing I know of that works on desktop :/ Do you know of any libs that run on windows/mac/linux other than this? We currently are using both fluttefire and...

Thanks a million Tim! The adventure continues :)

> Personally I'm trying to use it, but you just have to figure out which versions of everything work together for mobile + desktop Alternatively you could try to use...

Woah, thanks a bunch! As part of our investigation we've also working on a desktop C++ plugin for Auth + Firestore, so we can just use one SDK across all...

Any thoughts on this? I can authenticate fine, but reading from firestore throws an error: ![image](https://user-images.githubusercontent.com/736973/101123953-32a4a080-35b3-11eb-9256-3b1c3e420d6c.png)