GONG.Markets
Sign-in needs a Privy app id
One-time setup, done in the Privy dashboard, then the app boots normally.
- 1Create the appAt dashboard.privy.io, create an app and copy its App ID.
- 2Enable the login methodsLogin methods → turn on Google, Apple, X, TikTok and Wallets. Anything not enabled there is dropped from the modal even if the code lists it.
- 3Apple and TikTok: set your own credentials before the first user logs inPrivy cannot migrate Apple or TikTok users from its default credentials to yours later. Apple needs a Services ID + key; TikTok needs a reviewed Login Kit app with Terms and Privacy URLs. Do this on the production app before launch, or use a separate dev app meanwhile.
- 4Point the app at itCopy
.env.exampleto.env.local, setNEXT_PUBLIC_PRIVY_APP_ID, restartpnpm dev.