Social login & push

Firebase-backed social sign-in and push notification device registration, used by the official SimpliSend apps. See Auth for the full auth endpoint list.

POST/auth/social

Body: {idToken} - a Firebase ID token from Google/Facebook sign-in. Same response shape as /auth/login and /auth/register.

POST/push-tokens

Body: {token, platform}. Registers a device for push notifications.

POST/push-tokens/unregister

Body: {token}. Unregisters a device.