Categories

Invertase insights - page 7

All posts

Announcing the Dart Custom Lint package
Flutter

Announcing the Dart Custom Lint package

I am pleased to announce our ‘custom_lint’ package, a powerful tool for building custom lint rules that allow package authors as well as Flutter and Dart developers to go beyond the standard lint rules.

Majid Hajian
Majid Hajian
Firestore to BigQuery via Firebase Extensions
Firebase

Firestore to BigQuery via Firebase Extensions

BigQuery can be considered the opposite of Firestore from a data structured point of view. Using an advanced querying engine, large complex datasets can be found and organized with minimal effort.Using a form of SQL(structured-query-language), BigQuery allows data to be queried with minimal time between queries.The defined relationships between tables mean data can be formed between multiple

Darren Ackers
Darren Ackers
Introducing Extension Events
Firebase

Introducing Extension Events

In a nutshell, events are pub-sub events. Built on top of the Eventarc, this allows developers to write decoupled code to listen to a specific pre-defined subscription. This update became available in the latest 10.2.0 release of the Firebase admin SDK.

Darren Ackers
Darren Ackers