Image optimization with Firebase Extensions
In this blog, the use-case discussed is about images and Cloud Storage triggers. You will start from scratch, imagining an app where people can tell stories through words and pictures.
In this blog, the use-case discussed is about images and Cloud Storage triggers. You will start from scratch, imagining an app where people can tell stories through words and pictures.
This month we include updates for Firestore BigQuery Export and improved guides for Firestore Send Email.
In addition to some housekeeping to help our contributors and overall development.
Use Firebase Extensions to integrate with Twilio and send account updates to your users.
Using Firebase Extensions and Firestore to send emails along with some use-cases and examples.
What’s New? There has been one major update this month. Storage Resize Images (Public Download URLs) One popular issue when resizing images was the effort required by developers to keep image URLs secure. As developers, we have always used the SDKs provided by Firebase to access our images from Cloud Storage securely; this was no […]
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
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.