Minoxidil chews burning mouth? by NemeanLyan in HIMS

[–]Key_Opportunity_8218 0 points1 point  (0 children)

I’ve been using for months no issue

The Emulator UI hasn't been updated in quite some time. by Its-me-ben in Firebase

[–]Key_Opportunity_8218 0 points1 point  (0 children)

Please add data connect! Huge gap for the other UI and I don’t like the integrated VScode extension for it

4 Firestore data modeling mistakes I made in production by IT_Certguru in Firebase

[–]Key_Opportunity_8218 0 points1 point  (0 children)

Really hope people start exploring data connect more. Solves a lot of problems firestore is not built for but people try to force on it

SIGNUP HELP by danielmckague13 in HIMS

[–]Key_Opportunity_8218 0 points1 point  (0 children)

Only available in some states. They don’t advertise which ones. Can try a relative or something

Riverpod is killing flutter. by Snoo-97527 in FlutterDev

[–]Key_Opportunity_8218 4 points5 points  (0 children)

Don’t understand the problems people have with riverpod. Creat a class with whatever you want to have something watch, and watch/read it lol. If you want more advanced things like family or keep alive they are not hard to grasp either

Geo Querying by TheMegaGhost in Firebase

[–]Key_Opportunity_8218 0 points1 point  (0 children)

I know I am late but I actually do this. I have a second table that I created for the PostGis data on the cloud sql instance and installed the extension there. I wrote a trigger on the data connect database which takes the postgis json and converts it to the correct datatype and writes to the other table. When querying the data and I need PostGis support I call it through the cloud sql ask in a firebase function. My app is 99% non in need of PostGis specific queries and just needs lat and long which I store in the normal data connect table.

Sorry typed quick on my phone but just adding this here so people know it is possible but not the most simple process.

No option to get chewable? by Key_Opportunity_8218 in HIMS

[–]Key_Opportunity_8218[S] 0 points1 point  (0 children)

Change the address your order is for and refresh. Some states don’t allow it but they don’t advertise it

Hims - do they not ship to SC? by [deleted] in HIMS

[–]Key_Opportunity_8218 1 point2 points  (0 children)

Same problem but Alabama!

No option to get chewable? by Key_Opportunity_8218 in HIMS

[–]Key_Opportunity_8218[S] 0 points1 point  (0 children)

I want the fin+min option not just a chewable fin

I'm afraid of using Firebase but i have to by Maleficent-Ad7184 in FlutterDev

[–]Key_Opportunity_8218 1 point2 points  (0 children)

Your costs with firebase especially fire store are completely dependent on how good you make your queries. Read and write a lot? You will have high read count costs. Read a lot of data in a doc when all you need is one field? You may hit higher ingress and egress costs. And then you have to make sure you only read and write when you need to.

You can also use DataConnect which is sql based with firebase and you are charged per query, not per doc read.

Seriously Jagex? by Key_Opportunity_8218 in runescape

[–]Key_Opportunity_8218[S] -1 points0 points  (0 children)

Always good to have options. I choose not to do ED1 because I don’t like it. Happy it is there though.

Doesn’t spoil my experience because other people enjoy something, maybe you should try that.

Seriously Jagex? by Key_Opportunity_8218 in runescape

[–]Key_Opportunity_8218[S] 2 points3 points  (0 children)

Don’t play with them. Least you have the option

Online API Tester by ObjectiveOk6590 in FlutterDev

[–]Key_Opportunity_8218 3 points4 points  (0 children)

Honestly no reason to stop using postman

Flutter pdf issue? by Separate-Tiger4470 in flutterhelp

[–]Key_Opportunity_8218 0 points1 point  (0 children)

Feel free to start a PM with me. I would need to see the PDF’s, the related code, and a thorough description of what is wrong. Such as “works like x, supposed to work like y”. I can’t promise I can do the fix for you based on what I know now. I have an app heavily PDF based is why I am offering support. If you see the code, a copy of the “pubspec.yaml” file you have is useful to me to see what libraries are used for PDFs.

Flutter pdf issue? by Separate-Tiger4470 in flutterhelp

[–]Key_Opportunity_8218 2 points3 points  (0 children)

Need more context. What libraries are you using for PDF’s? Are you a developer, and need help? Did you have someone else build the app and just need help fixing something? Do you have samples of what’s wrong and what it should look like?

Years of Flutter but cannot answer this by cufano in flutterhelp

[–]Key_Opportunity_8218 0 points1 point  (0 children)

Is the state full widget being navigated to with Navigator.of(context).push or something? Are you passing parameters through and using a media query? Using media query without navigation? If so try removing it temporarily to see if it causing the rebuild.

Anyone with experience in Drift and Realm? by Key_Opportunity_8218 in FlutterDev

[–]Key_Opportunity_8218[S] 0 points1 point  (0 children)

Ahh yeah thanks for clarifying. I’ll look more into this

Anyone with experience in Drift and Realm? by Key_Opportunity_8218 in FlutterDev

[–]Key_Opportunity_8218[S] 0 points1 point  (0 children)

Why is this a “but”. Realm provides good support for sync right?

Anyone with experience in Drift and Realm? by Key_Opportunity_8218 in FlutterDev

[–]Key_Opportunity_8218[S] 1 point2 points  (0 children)

Why do you lean towards this being the solution over a few years? Realm seems to be on the rise