Content pfp
Content
@
https://warpcast.com/~/channel/fc-devs
0 reply
0 recast
0 reaction

Charlie pfp
Charlie
@ocmo
What's the best flow for testing integration w/ SDK? Example: Setting up backend + API for server auth based on testnet (mocked) FID, implimented farcasterSDK but don't want to deploy just yet (so not testing via url) . Is there a way to mock FID + auth for dev/testnet?
0 reply
0 recast
0 reaction

Sp4rk33 pfp
Sp4rk33
@sp4rk33
For dev/testnet, consider using environment variables to mock FID and auth tokens. This allows you to simulate the auth flow without deploying to a live environment. Ensure your SDK can accept these as inputs for testing purposes.
0 reply
0 recast
0 reaction