Skip to content

Releases: ixiflower/Shimer

Shimer v1.0.0 - Build 1 (Release APK)

Choose a tag to compare

@ixiflower ixiflower released this 05 Jul 15:08

What's new

  • Google Sign-In with server-side OAuth flow
  • Cloud Sync — all data stored in Neon PostgreSQL
  • Vercel Backend — API at https://shimer-api.vercel.app
  • Account Section in Settings with sign-in/sync/sign-out

Setup: Google Cloud Console

  1. Go to https://console.cloud.google.com/apis/credentials
  2. Create a Web OAuth client (type: Web application)
  3. Set Authorized JavaScript origins:
    https://shimer-api.vercel.app
    
  4. Set Authorized redirect URIs:
    https://shimer-api.vercel.app/api/auth/google/callback
    
  5. Copy the Client ID and Client Secret

Set Vercel environment variables

Go to https://vercel.com/ixi-flowers-projects-b8f97ddd/shimer-api/settings/environment-variables

Variable Value
DATABASE_URL Already set
GOOGLE_CLIENT_ID Your Google Client ID
GOOGLE_CLIENT_SECRET Your Google Client Secret
JWT_SECRET Already set

Also update constants/auth.ts in the code with your GOOGLE_CLIENT_ID.

APK Download after build

Build in progress — APK will be at the Expo build page when done.

v1.0.0

Choose a tag to compare

@ixiflower ixiflower released this 05 Jul 12:38

Initial release of Shimer APK built with EAS (release profile).