29th July 2022

FireSQL – Query Firestore Using SQL Syntax

What is FireSQL? FireSQL is a library built on top of the official Firebase SDK that allows you to query Cloud Firestore using SQL syntax. It’s smart enough to issue the minimum amount of queries necessary to the Firestore servers in order to get the data that you request. On top of that, it offers some of the handy utilities that you’re used to when using SQL, so that it can provide a better querying experience beyond what’s offered by the native querying methods. Installation : Just add firesql and firebase to your project: If you want to receive real-time updates when querying, then […]
11th October 2019

What is Firewire?

Firewire FireWire is Apple Computer’s version of a standard, IEEE 1394, High Performance Serial Bus, for connecting devices to your personal computer. FireWire provides a single plug-and-socket connection on which up to 63 devices can be attached with data transfer speeds up to 400 Mbps (megabits per second). The standard describes a serialbus or pathway between one or more peripheral devices and your computer’s microprocessor. Many peripheral devices now come equipped to meet IEEE 1394. FireWire and other IEEE 1394 implementations provide: A simple common plug-in serial connector on the back of your computer and on many different types of peripheral devices A thin […]