Building a real app on Oracle Backend with Firebase APIs
Article Overview Oracle recently launched Oracle Backend with Firebase APIs — a way to build mobile and web apps on Oracle AI Database with open-source SDKs for auth, document data, storage, security rules, vector search, and App Trust. This post walks through what's in the toolkit, why the design choices matter for DBAs and app teams alike, and a small demo app I built to make it concrete. Every app team eventually answers the same question: where does the backend come from? For a long time the easy answer was a hosted Backend-as-a-Service — you get authentication, a document store, file handling, and tidy client SDKs on day one, and you start shipping. The catch shows up later. The data that actually runs the company usually lives somewhere colder and more carefully guarded: a governed, audited, encrypted Oracle database the app team never talks to directly. So you end up maintaining two worlds — two data models, two security stories, two homes for user data, and often a separat...