Nima

Results 16 comments of Nima

The rounded corner doesn't look good on Google buttons, because of the rectangular logo thing on the left side ![Screenshot 2022-07-17 at 12 46 42](https://user-images.githubusercontent.com/1718021/179394723-fe2d5b65-ceab-40c7-8b1a-a82057c80818.png) Is there a workaround for...

Oh I see this was already reported: https://github.com/ZaynJarvis/Flutter-Sign-in-Button/issues/81

Just add `physics: NeverScrollableScrollPhysics(),` and it won't swipe.

Any update on this? This is essential for our project as we are saving numbers in the billions and storing as a String is very ugly.

I'm using this guide: https://firebase.google.com/docs/firestore/solutions/geoqueries now, but it's somehow unstable in returning nearby firestore documents. Sometimes it returns empty list when it should really not be empty. I was hoping...

Same problem here with a monorepo. What @MDOR proposed doesn't work for me. My problem is a path with alias not being resolved. `tsconfig` and `vite.config.ts` are set up correctly...

> I am having the same issue with a pnpm monorepo. If i run `pnpm lint` all the linting runs fine. As soon as husky runs `npx lint-staged` the terminal...

I have the same problem! Even adding Firebase Dynamic Links domain to entitlements doesn't make it work.

> Why do you need both Firebase Dynamic Links and uni_links at the same time? As far as I know they have similar purposes. If you want to send people...

> Think I got it to work. I our case we had ONE domain to handle DeepLinks ([www.ourdomain.com](http://www.ourdomain.com)) and another to handle FirebaseDynamic Links (app.ourdomain.com). Problem was, I added both...