MDMatt Dyorinmattdyor.hashnode.dev·Jul 4, 2025 · 1 min readFixing a Model without Remote ConfigI built an integration into Gemini rolling my own client. After a while, I got an error: I am on the free tier for Gemini, so this is not unimaginable that I would have exhausted a key somehow. So I tried a new key - no dice. Then I tried just using...00
MDMatt Dyorinmattdyor.hashnode.dev·Jun 7, 2025 · 3 min readKMP Speedrun with CursorI did a quick speed run of KMP and Cursor using this tutorial as my guide https://medium.com/picsart-engineering/integrating-cursor-with-kotlin-multiplatform-kmp-kmm-85bc005d05ce go to kmp.jetbrains.com and select Android and iOS (share UI) at least...00
MDMatt Dyorinmattdyor.hashnode.dev·May 4, 2025 · 7 min readCursor + React Native + Expo Speed RunFirst, I did have mixed results with different models, and I have found that claude-3.7-sonnet works pretty well for React Native and Expo (I would try Pro - but I aint made of money). Ensure that this is an option at Cursor→Settings→Cursor Settings→...00
MDMatt Dyorinmattdyor.hashnode.dev·Apr 19, 2025 · 3 min readFrom Idea to Published Apps with React Native, Cursor, and Firebase - Part 1Install cursor at https://www.cursor.com/ - no cost (2 week free trial then $20). Very clean UI which is good when you are just getting started Cursor does not just tell you what to do, but allows you to do it with the click of a button (Run Com...00
MDMatt Dyorinmattdyor.hashnode.dev·Mar 8, 2025 · 1 min readPublishing Updates to KMP (Android and iOS) AppsPush changes to GitHub Android In build.gradle.kts of the Android app (not root) need to change the version (versionName, versionCode) Build > Generate Signed App Bundle or APK (takes a couple of minutes) Go to https://play.google.com/console/ Te...00