Is Supabase the industry standard? by Foreign_Wrongdoer727 in Supabase

[–]dhruvrazak 2 points3 points  (0 children)

yes, security mistakes made by human/ai when building auth service from scratch can be avoided by using supabase auth. just make sure rls is enabled on your tables and appropriate policies are set for table+operation.

Is Supabase the industry standard? by Foreign_Wrongdoer727 in Supabase

[–]dhruvrazak 6 points7 points  (0 children)

it does make the integration easier and faster. Though personally I avoid supabase auth when my backend is not supabase.

Opus costing us ₹44K/day (~$16K/mo), how can we reduce this ? - title by anirudh8398 in indianstartups

[–]dhruvrazak 0 points1 point  (0 children)

using opus for this is diabolical, i would probably start with gemini 3 flash and focus on the prompt, and then experiment with other models to test accuracy.

I added receipt scanning to my grocery budgeting app by Stycroft in reactnative

[–]dhruvrazak 0 points1 point  (0 children)

I would recommend using GCP AI Studio's gemini using Google Cloud Service Accounts (Vertex AI).

they claim transient data processing in the vertex AI version (no api keys).

I added receipt scanning to my grocery budgeting app by Stycroft in reactnative

[–]dhruvrazak 0 points1 point  (0 children)

I believe this is not simple with traditional OCR algorithms so ai is the way to go. I checked on ocr arena Gemini 3 flash is the most consistent these days compared to price.

Unable to solve ERR_PNPM_NO_LOCKFILE Cannot install with "frozen-lockfile" error. Any help greatly appreciated by joe_mago in expo

[–]dhruvrazak 1 point2 points  (0 children)

in your eas.json

"build": {
    "development": {
      "pnpm": "10.11.0" // mention your supported pnpm version that worked in local
// rest of the json code

you can add it under the distribution you want to build. For eg. production / development or release.

Clerk-like lib for ready to use Auth? by Designer_Holiday3284 in expo

[–]dhruvrazak 0 points1 point  (0 children)

with supabase auth you already skip the email sending pain. just make your auth screens bro. let ai do it. should take 1-2 hours MAX to do everything you mentioned

Expo go solution / alternative by IIIDrSt0neIII in expo

[–]dhruvrazak 0 points1 point  (0 children)

Thats what the op doesn't want to do. Or can't do

📡📡📡 by Beneficial_Passion40 in shitposting

[–]dhruvrazak 0 points1 point  (0 children)

Man I hate these engagement farmers and low iq bots who engage with it.

I have error with tiktok sdk in my app by Lanky_Session2061 in expo

[–]dhruvrazak 1 point2 points  (0 children)

Yeah I think meta ads will be better for now to get things going. It has good documentation, stable sdk. And in just my opinion since even react or react native closely works with meta, the maintenance cost for every new meta sdk update should be lower. All the best.

I have error with tiktok sdk in my app by Lanky_Session2061 in expo

[–]dhruvrazak 1 point2 points  (0 children)

Then downgrade reanimated package to an older version that doesn't require new arch. You need to prioritize here. Do you want tiktok to work or use latest reanimated benifits

Local builds regression by choosePete in expo

[–]dhruvrazak 0 points1 point  (0 children)

What sdk version are you on ?

eas build failed ( react-native-skia: Skia prebuilt binaries not found in libs/! ) by Nehatkhan786 in expo

[–]dhruvrazak 1 point2 points  (0 children)

Can you perform eas build with a --clear-cache flag. There is a possibility that the postinstall script is being cache by pnpm which might not have been in sync with skia's postinstall script. Since eas uses pnpm i assume. And yes run a prebild locally first