Real-time and serverless with Firebase
Firestore, Realtime Database, Auth and App Check — a production backend for a small team, no servers to run.
Firebase gives a small team a production backend with no servers to run. We use Firestore for data, the Realtime Database for live presence and multiplayer, Authentication for accounts, and App Check to keep abuse out.
Security rules isolate each user's data, and real-time listeners push updates to every device instantly — ideal for apps where state changes while you watch.
It powers Bisons Go (real-time PvP and location) and Present Manager (events synced across devices).