Compare · Google's app development platform

Aaly vs Firebase

Firebase is Google's mobile and web app platform: Firestore or Realtime Database (schemaless document stores), client-side SDKs, hand-written security rules, hosting, and Cloud Functions. Its pitch is not having to think about servers, backed by Google's infrastructure and a wide SDK ecosystem.

Choose Firebase instead if

Where Aaly differs

FirebaseAaly
Data shapeSchemaless documentsTyped entities and fields
RelationshipsManual denormalizationTyped reference fields, 3 levels deep
RealtimeLive sync built inNot available: poll or bolt on a third party
Access controlSecurity rules you writeTenant isolation enforced by the platform
Agent-editabilityNo schema to reason about safelyA defined contract an agent can read and change