Releases: ixiflower/Shimer
Releases · ixiflower/Shimer
Release list
Shimer v1.0.0 - Build 1 (Release APK)
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
- Go to https://console.cloud.google.com/apis/credentials
- Create a Web OAuth client (type: Web application)
- Set Authorized JavaScript origins:
https://shimer-api.vercel.app - Set Authorized redirect URIs:
https://shimer-api.vercel.app/api/auth/google/callback - 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.