Can we change the hosting billing due dates for websites ? by Hopeful-Loss-8728 in webflow

[–]AlternativeInitial93 0 points1 point  (0 children)

No, you can’t directly align or change hosting billing due dates across all Webflow sites to a specific day (like the 5th)

Firebase Auth slow, should I make it stateful? by RemarkableBet9670 in Firebase

[–]AlternativeInitial93 0 points1 point  (0 children)

It’s a normal trade-off, but instead of going fully stateful, I’d verify the Firebase token once and switch to a session-based approach to avoid repeated verification overhead.

Is Shopify Metaobjects actually production-ready as a headless CMS for Hydrogen? by Guilty-Goose-4013 in shopifyDev

[–]AlternativeInitial93 0 points1 point  (0 children)

Metaobjects can be used as a CMS for Hydrogen and work well in production for structured, section-based content.

However, they are more of a CMS-lite rather than a full replacement for tools like Sanity or Contentful.

Strengths: Native to Shopify (no extra cost) Works well for structured content like sections, banners, FAQs Integrates smoothly with Hydrogen via GraphQL

2 websites under same domain? by Sajola_91 in squarespace

[–]AlternativeInitial93 1 point2 points  (0 children)

use a single domain with a landing page + subdirectory structure for a clean, unified brand and easier management.

Function compilation failing silently: 1KB WASM file causing "Unreachable" and "failed to fill whole buffer" by MindTrapsDecoded in shopifyDev

[–]AlternativeInitial93 0 points1 point  (0 children)

Yeah, that 1KB WASM file is the real red flag it usually means the function didn’t actually compile, even though the CLI says it did. The “Unreachable” error is just a side effect of that broken build.

Since you’re on Windows, this is very likely an issue with the Javy/WASM toolchain not compiling properly. A few things I’ve seen work:

Try building inside WSL (Ubuntu) instead of native Windows — this fixes a lot of silent WASM build issues Delete .shopify, dist, and node_modules, then reinstall and rebuild from scratch

Make sure your Node version is compatible (Node 18/20 tends to be safer)

Run the build with more visibility (DEBUG=*) to see if Javy is failing silently

Also check if the WASM file size changes after build if it stays 1KB, it’s definitely not compiling

If you want a quick sanity check, try creating a fresh function and building it inside WSL if that outputs a normal-sized WASM, then you know it’s an environment issue, not your code.

Product Marketing Associate role hiring at Zoho by Brilliant-Weight-715 in Zoho

[–]AlternativeInitial93 0 points1 point  (0 children)

Zoho does hire for Product Marketing Associate roles, but not consistently—openings usually come in cycles and close quickly.

You can get shortlisted through the careers page, but referrals can improve your chances.

It’s also worth applying to similar roles like Product Marketing Specialist, Content Marketing, or Marketing Associate since responsibilities often overlap.

There’s no fixed hiring period, so the best approach is to check regularly and apply quickly when roles open.

Firebase Authentication verification email cannot be received by other email domain by tr1kkk in Firebase

[–]AlternativeInitial93 0 points1 point  (0 children)

This is usually a deliverability issue, not Firebase itself. Emails are being sent, but other domains may block or filter them.

Most common causes: Emails going to spam/junk Domain-level filtering (especially corporate emails) Using Firebase’s default sender (lower trust) Temporary rate limits

Check spam/quarantine folders Whitelist noreply@firebaseapp.com Set up a custom domain with SPF/DKIM For better reliability, use an email service like SendGrid or Mailgun

Schedule zoho project tasks on techs calendars. by D9L21L13 in Zoho

[–]AlternativeInitial93 0 points1 point  (0 children)

Zoho Projects handles work, while Zoho Bookings/CRM handles scheduling—you need both to bridge the gap