Alexandre Lacombe

Results 15 comments of Alexandre Lacombe

> android\app\src\main\AndroidManifest.xml, add this in application > > this: > > android:usesCleartextTraffic="true" Worked for me too. Except that this line is very dangerous. It makes your app use http instead...

Same here. I think it might be simpler if you can define the opened and closed icon separately

I'd like to produce some tests, but I can't compile the project after cloning it for some reason. These are the exceptions thrown: ![image](https://github.com/atn832/fake_cloud_firestore/assets/95039323/fda80050-201d-4038-b73e-db44007d150c) Is it because of my Flutter...

> We are experiencing the same issue. It does load after refreshing the browser tho. You refresh your browser in NodeJS? how do you do that?

> @BuyMyBeard Could you try version 1.6.0? It seems to be working in that version. I have tried making a repro with [email protected] but it couldn't compile because it wasn't...

> This was fixed by #55 , probably just waiting for the new version publish. I have that on my todo list :) Sounds good! I'll leave the issue up...

> Nice catch [@antoinepemeja](https://github.com/antoinepemeja). [@lukepighetti](https://github.com/lukepighetti), does this solve your issue? Worked for me

This never was merged. 2 years later, still a problem.

I second this. Even trying to make a `JsonConverter` won't work. The only way around this is making a specific map converter for your type. For example, I had to...

> I created an extension package build on top of this one for a specific usecase - fetching paginated data from a Firestore collection. I needed to implement pagination for...