alpha
Login
or
Join now
h14h.com
/
glide
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Effortlessly glide through your todos
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
glide
/
src
/
data
/
sync
/
at
main
6 files
h14h.com
Fix free-sync bootstrap and document sandbox Convex env
9d ago
3f2ec8c4
engine.ts
Fix free-sync bootstrap and document sandbox Convex env The client sync bootstrap called api.revenuecat.refresh unconditionally, which in free-sync mode throws (no RevenueCat key) and aborts the pull/push attach — and on success would reset an entitlement-less user to 'free' and stop sync. Skip the refresh when EXPO_PUBLIC_FREE_SYNC=1; FreeSyncBridge holds the client state at 'subscribed' and the server grants access via SANDBOX_GRANT_ALL. Also document that the sandbox Convex deployment needs CLERK_JWT_ISSUER_DOMAIN (and deliberately no RevenueCat key). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 week ago
entitlement.ts
Prepare Glide for App Store submission
2 weeks ago
free-sync.tsx
Give sandbox free Sync: signing in is the entitlement EXPO_PUBLIC_FREE_SYNC=1 (preview env only; production builds refuse it) turns the paywall into a plain sign-up/sign-in flow and maps signed-in to subscribed via FreeSyncBridge. Server-side, SANDBOX_GRANT_ALL=1 on the glide-sandbox deployment grants any authenticated identity read-write sync before the RevenueCat cache is consulted — that env var is the real gate and must never be set on production. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 week ago
index.ts
Prepare Glide for App Store submission
2 weeks ago
owner.ts
Add branded Clerk auth and account flows
1 month ago
revenuecat.tsx
Prepare Glide for App Store submission
2 weeks ago