News

In this tutorial, I dive into advanced strategies for filtering Firebase data using multiple properties—similar to crafting a SQL-style WHERE clause. Using Angular 4.3, we explore client-side ...
Firebase is a development platform known originally for its realtime database that’s still at its core a multi-node, key-value database optimized for synchronizing data, often between user ...
Firebase started out as a database backend service for real-time apps, but today it's taking a step in another direction. The company is expanding its platform with a hosting service for web apps ...
In addition to Genkit, the Firebase team also today announced support for SQL databases, powered by Firebase Data Connect, a new service powered by Google’s Cloud SQL Postgres database.
Need to filter Firebase data with multiple attributes—just like you'd do in SQL? This episode breaks down smart techniques for implementing multi-property filtering using Angular 4.3. Learn when ...