Tag: Cloud Firestore

Cloud Firestore Official Blog April 15, 2024

What’s new with Firestore at Next ‘24

Cloud Firestore Official Blog April 15, 2024

Build powerful gen AI applications with Firestore vector similarity search

Cloud Firestore NoSQL Feb. 19, 2024

Firestore: From Zero To Interview Hero - An overview of Cloud Firestore.

Cloud Firestore Official Blog Serverless Feb. 11, 2024

Firestore Multiple Databases is now generally available - General availability of Firestore Multiple Databases, which lets you manage multiple Firestore databases within a single Google Cloud project, enhancing data separation, security, resource management, and cost tracking.

AlloyDB Cloud Bigtable Cloud Firestore Cloud Memorystore Cloud Spanner Cloud SQL Database Migration Service Official Blog Feb. 5, 2024

Google Cloud databases round-up: January 2024 - The latest feature releases and innovations within GCP database offerings.

.NET Cloud Firestore PubSub Dec. 25, 2023

Functional testing with testcontainers - In this article, we explore how the TestContainers library simplifies functional testing by managing external dependencies effectively. We’ll focus on using TestContainers with Google Cloud Platform’s (GCP) Firestore and PubSub services in a .NET environment.

BigQuery Cloud Firestore Nov. 27, 2023

Firestore Tip 6: Automatically Sync Firestore Documents to BigQuery - Including a Video Demo.

Cloud Firestore Official Blog Nov. 13, 2023

Calculate SUM and AVG aggregations using Firestore - New feature of Cloud Firestore supports SUM and AVG aggregation functions.

Cloud Firestore Oct. 30, 2023

Why Google Cloud Firestore is a Game-Changer? - An overview of Cloud Firestore.

Cloud Firestore Oct. 2, 2023

First Look at Firestore Multiple Databases - A brief overview of using new functionality of multiple Cloud Firestore databases.

Cloud Firestore Official Blog Serverless Sept. 11, 2023

Firestore adds point-in-time recovery and scheduled backups - Firestore adds support for Point-in-time recovery and Scheduled Backups and Restores for both Datastore and Firestore Native Customers.

BigQuery Cloud Firestore Aug. 21, 2023

Firestore Tips #1 & #2: How to Play God in Firestore, and Firestore vs. SQL - A basic overview of Firestore and comparison with SQL databases.

Cloud Firestore Aug. 21, 2023

Firestore Tips 3–5: Properties any Document Needs & Handling Concurrent Document Updates - Securely updating keys and incrementing numbers “atomically”.

Cloud Datastore Cloud Firestore Official Blog Serverless July 24, 2023

Firestore extends triggering support to include Datastore Mode - Firestore adds triggering support for Datastore Mode, through an integration with Eventarc.

Cloud Firestore Official Blog Serverless July 10, 2023

Manage multiple Firestore databases in a project - Firestore adds feature support for creating multiple FIrestore databases in a Google Cloud project.

Cloud Firestore Official Blog July 3, 2023

Querying flexibly in Firestore with OR operator - Your application may often need to compare one or more fields with two or more values and select the documents that match at least one of the values.

Cloud Firestore GCP Experience Official Blog June 19, 2023

Forbes uses Firestore to publish high-performing content - Forbes migrated its statistical processing to Firestore for an agile, cloud-based system that reduced technical debt and enabled real-time metrics.

Cloud Firestore Eventarc Official Blog Serverless May 29, 2023

Firestore adds three new trigger destinations through an integration with Eventarc - Firestore adds support for 3 new trigger destinations (Cloud Run, Cloud Functions Gen 2, Google Kubernetes Engine) through an integration with Eventarc.

Cloud Firestore Firebase Kotlin April 3, 2023

How to use OR queries in Firestore? - A solution for mastering logical OR queries in Firestore. Tips and Tricks for efficient Firestore queries.

Cloud Firestore Go Feb. 20, 2023

Marshalling/Unmarshalling custom structs in Go for Firestore Native.

Cloud Bigtable Cloud Firestore Cloud Spanner Data Analytics GCP Experience Official Blog Jan. 30, 2023

Transforming customer experiences with modern cloud database capabilities - Learn how Google Cloud customers are transforming customer experiences with modern cloud database capabilities.

Cloud Firestore Cloud Pub/Sub Cloud Run Jan. 23, 2023

EventSync: the event-driven management missing piece. - Event driven has a missing piece. You can produce, consume, duplicates (fan-out) events, but what about aggregation (fan-in)?

Cloud Firestore Firebase Jan. 2, 2023

Part 1: 10 tips for optimizing your Firestore database - A well-designed data structure can improve performance, reduce the amount of data you need to store and retrieve.

Cloud Firestore Firebase Jan. 2, 2023

Firestore query limitations and how to work around them - In this blog post, you will have an overview of Firestore query capabilities and the importance of understanding query limitations.

Cloud Firestore Cloud Functions Firebase Jan. 2, 2023

Part 2: 10 tips for optimizing your Firestore database - Several tips for optimizing your Firestore database and improving the performance of your application.

Cloud Firestore NoSQL Dec. 19, 2022

The quest to tame Firestore - Should you choose Firestore as your NoSQL Database?

Cloud Firestore Official Blog Nov. 7, 2022

What’s new in Firestore from Cloud Next and Firebase Summit 2022 - Use Firestore to unlock application innovation with simplicity, speed and confidence.

Cloud Firestore Firebase Oct. 31, 2022

Experience bytes : New Firebase feature lets you set an expiry on documents for deletion ! - Setting auto-delete functionality for Firestore documents.

Cloud Firestore Official Blog Oct. 24, 2022

Building scalable real time applications with Firestore - Use Firestore Backend-as-a-Service (BaaS) capabilities to build scalable real time applications.

Cloud Firestore Official Blog Oct. 24, 2022

Powering up Firestore to COUNT() cost-efficiently - Overview of COUNT feature and associated pricing in Firestore.

Cloud Firestore Official Blog Oct. 24, 2022

Manage storage costs by automatically deleting expired data using Firestore Time-To-Live (TTL) - Use time-to-live (TTL) policies to automatically remove expired data from your Firestore databases.

AlloyDB Cloud Bigtable Cloud Firestore Cloud Spanner Cloud SQL Official Blog Oct. 17, 2022

What's new in Google Cloud databases: More unified. More open. More intelligent. - Google Cloud databases deliver an integrated experience, support legacy migrations, leverage AI and ML and provide developers world class tools.

Cloud Firestore Official Blog Oct. 10, 2022

Querying Firestore in the Cloud Console - You can now visually construct queries using all the power of the Firestore SDK—query collections or collection groups using multiple WHERE clauses, equalities, and comparison operators.

Cloud Firestore Official Blog Aug. 1, 2022

Databases on Google Cloud Part 4: Query, Index, CRUD and Crush your Java app with Firestore APIs - In this “A Guide to Databases on Google Cloud part 2 - Options at a glance”, We will look into setting up Firestore, creating complex queries and indexes, making the database calls for standard Create, Read, Update, and Delete (CRUD) operations using Firestore APIs on a Java Spring Boot application deployed on Cloud Run without using a Dockerfile.

Cloud Datastore Cloud Firestore Official Blog July 11, 2022

IN, NOT_IN and NOT EQUAL query operators for Firestore in Datastore Mode - Firestore in Datastore-Mode now supports IN, Not IN, Not Equal operators enhancing development agility.

Cloud Firestore Firebase July 11, 2022

Export data from Firestore collection to CSV/JSON in seconds without code - You can export your data from Firebase Firestore collections an open-source and free tool specifically made for Firebase.

Cloud Firestore Firebase July 11, 2022

Import data from CSV to Firebase Firestore, the fastest way - Import CSV to Firestore without writing any custom scripts code or building internal tools or visiting Firebase Console.

Cloud Firestore Cloud Run Official Blog Serverless June 27, 2022

Building a Mobility Dashboard with Cloud Run and Firestore - Build a mobility dashboard to visualize your location data in real-time. Let’s walk through how you can easily make it with Cloud Run and Firestore.

Cloud Firestore Cloud Functions Cloud Storage Java June 27, 2022

Using Firestore database to access your Cloud Storage metadata - Saving custom Cloud Storage blobs metadata in Firestore to allow complex queries.

Cloud Firestore Cloud Run Python April 18, 2022

Building a Mobility Dashboard with Cloud Run and Firestore - Monitoring data that is actively changing every second using a real-time dashboard using Cloud Run and Cloud Firestore.

Cloud Firestore Serverless Workflows April 11, 2022

Workflows state management with Firestore - Using Firestore to save intermediate results between steps in Cloud Workflow.

Cloud Bigtable Cloud Firestore Cloud Memorystore Cloud Spanner Cloud SQL Official Blog April 11, 2022

Google Cloud’s key investment areas to accelerate your database transformation - This blog focuses on the 6 key database investment areas that help you accelerate your digital transformation journey.

Cloud Firestore Firebase Official Blog Feb. 14, 2022

Accept Payments with Cloud Firestore and Google Pay - Firebase extension for an app to accept payments from Google Pay users using one or more of the many supported Payment Service Providers, without the need to invoke their individual APIs.

Cloud Firestore Jan. 31, 2022

How to Import Data into Google Firestore - A process of how to upload data to Cloud Firestore.

Cloud Firestore Official Blog Jan. 24, 2022

Understanding Firestore performance with Key Visualizer - Firestore Key Visualizer is now Generally Available! Try out the new interactive performance monitoring tool that helps you observe and maximize Firestore’s performance.

App Engine Cloud Firestore Jan. 17, 2022

A way to setup a GCP driven application with App Engine, Cloud Firestore and React/GraphQL - Example of using how you can connect Cloud Firestore with Apollo/GraphQL.

BigQuery Cloud Firestore Data Studio Dec. 13, 2021

How to create a graph that automatically updates data on the web using Firestore × BigQuery × Data Portal. - Mirroring data from Cloud Firestore to BigQuery and displaying in Data Studio.

Apache Beam Cloud Firestore Official Blog Nov. 15, 2021

Using Firestore and Apache Beam for data processing - Google Cloud announced a Firestore connector for Apache Beam. What is it, and how can you use it with your data pipelines?

Apache Beam Cloud Dataflow Cloud Firestore Firebase Official Blog Nov. 15, 2021

Announcing a Firestore Connector for Apache Beam and Cloud Dataflow - Google Cloud announces a Firestore connector for Apache Beam, making data processing easier than ever for Firestore users.

Cloud Firestore Cloud Functions Oct. 11, 2021

Rowy.io - Rowy is an open-source platform that lets you manage Firestore data in a spreadsheet-like UI, write Cloud Functions effortlessly in the browser, and connect to your favorite third-party platforms.

C++ Cloud Firestore Firebase Official Blog Sept. 27, 2021

Converting between Firestore FieldValue and Variant - C++ code examples for Cloud Firestore.

App Engine Cloud Firestore Javascript Sept. 20, 2021

Reading Configuration Data from Google Firestore using REST API - Reading database configuration parameters stored in Google Firestore.

Cloud Firestore Firebase Sept. 13, 2021

Firestore: Copy Data from Prod to Dev or Emulator - Using Firefoo (GUI client for Firestore) to copy data from production to the local environment.

Cloud Firestore Firebase Aug. 30, 2021

How to reduce Firestore costs? - A simple solution for reducing the costs in Firestore through database refactoring.

Cloud Bigtable Cloud Datastore Cloud Firestore Cloud Spanner Cloud SQL Official Blog Aug. 30, 2021

Your Google Cloud database options, explained - Picking the right database for your application is not easy. This post covers the different database options available within Google Cloud across relational (SQL) and non-relational (NoSQL) databases and explains which use cases are best suited for each database option.

Cloud Firestore Firebase Official Blog Aug. 23, 2021

Meet the Firestore Emulator Requests Monitor - The Firestore Emulator Requests Monitor allows you to see requests to your local Firestore Emulator in real-time, and drill down to the details of each request, such as method, path, and Firebase Security Rules evaluation.

BigQuery Cloud Firestore Firebase Aug. 23, 2021

How to configure the “Export Collections to BigQuery” extension and use SQL “full” power on your Firestore data - How to use Firebase extension to export Firestore to BigQuery.

Cloud Firestore Aug. 9, 2021

How to Query Collections in Firestore Under a Certain Path?

Cloud Firestore Firebase Aug. 2, 2021

Import CSV into Firebase Firestore without Code - Using Firefoo tool to import data from CV file to Firestore.

Cloud Firestore Go July 26, 2021

Using The GCP Firestore Emulator for Local Go Application Development - This article provides a short introduction to using the Cloud Firestore emulator on a local machine to develop Go application.

Cloud Firestore NodeJS Python July 19, 2021

Try a Tutorial in the Google Cloud Console - How the console can help you clean up your tab game.

Cloud Firestore Firebase July 19, 2021

Rename Collection in Firebase Firestore - The official Firebase Console does not support renaming collections. Luckily there’s Firefoo, the powerful GUI client for Firestore!

Cloud Firestore Official Blog July 12, 2021

All you need to know about Firestore: A cheatsheet - Building applications is a heavy lift due to the technical complexity, which includes the complexity of backend services that are used to manage and store data. Firestore alters this by having Google Cloud manage your backend complexity through a complete backend-as-a-service!

Cloud Firestore NodeJS June 28, 2021

Firecode - Firecode is a Node.js library that lets you efficiently traverse Firestore collections.

Beginner Cloud Firestore Firebase Official Blog June 7, 2021

Cloud Firestore explained: for users who never used Firestore before - A breakdown of some of the database basics, terms you should know, what Firestore is, how it works, how it stores data, and how to get started using it with the assumption that you don’t have any existing database knowledge.

Cloud Firestore June 7, 2021

Kafka Key Compaction Alternative on GCP - Implementing event sourcing with Firestore.

Cloud Firestore Cloud SQL NoSQL April 25, 2021

To normalize or to denormalize, that is the question - Discussion on when to use data denormalization in Firestore (NoSQL) and when not.

Cloud Firestore Firebase Official Blog April 19, 2021

Load Data Faster and Lower Your Costs with Firestore Data Bundles! - With the latest version of the client SDKs, you are able to use Firestore data bundles in your mobile and web applications! Data bundles can make certain types of Firestore applications much faster or less expensive.

Beginner Cloud Firestore Firebase Java April 12, 2021

Firestore: The New Database - An overview of Cloud Firestore with code samples in Java.

Cloud Firestore Cloud Run Cloud Shell Serverless Feb. 22, 2021

{Serverless} CloudRun Deploy and Test through CloudShell with Firestore as Database. - {Serverless} CloudRun Deploy and Test through CloudShell with Firestore as Database.

Cloud Firestore Firebase NoSQL Feb. 22, 2021

How to count documents in Firestore - A list, categorization, and evaluation of the multiple ways to count documents in the NoSQL Firestore database.

BigQuery Billing Cloud Firestore Feb. 8, 2021

How I spend $500 per day because of a misconfiguration - Sharing so that others don't do similar mistake.

API Cloud Firestore Typescript Jan. 4, 2021

Designing a system for linking user accounts - Designing and implementing API for handling multiple accounts per user using Cloud Firestore as storage.

Cloud Firestore Firebase Java Jan. 4, 2021

How to use Cloud Firestore in Spring Boot. - Using client library to access Firestore with Spring Boot and Java.

Cloud Firestore Firebase GIS Dec. 28, 2020

Geo queries with Firestore - This guide describes how to do Geo queries in Firestore.

Cloud Firestore Cloud Tasks NodeJS Typescript Nov. 16, 2020

Implementing Asynchronous Processing with Google Cloud Tasks and Cloud Functions for Firebase - Demonstration of using transactions in Firestore and Cloud Tasks.

Cloud Firestore Official Blog Oct. 5, 2020

Cloud Firestore now supports not equal queries - Firestore now supports the not equals != and not-in query operators.

Cloud Firestore Oct. 5, 2020

The Firebase Podcast - 5 things I wish I knew about Firebase as a beginner - David East has worked on Firebase since it was a very small startup. In this podcast he'll tell you 5 things he wishes he knew when he first started.

Beginner Cloud Firestore Cloud Run Microservices Serverless Oct. 5, 2020

Deploy a Serverless RESTFUL API using Google Cloud Run and Cloud Firestore - Creating and deploying a basic CRUD web application in Python on Cloud Run.

Cloud Firestore Cloud SQL Tutorial Sept. 14, 2020

Migrate data from Firestore to Cloud SQL on Google Cloud - Migrating data from Firestore to Cloud SQL.

Cloud Firestore Cloud Functions Firebase Sept. 7, 2020

How to get screwed with Firebase - Must know cost optimizations before start using Firebase.

Cloud Firestore Firebase Sept. 7, 2020

Introducing Firetable: simplicity of spreadsheets meets the power of Firestore - An open-source self-hosted platform that allows you to leverage the scalable infrastructure of Google Firestore!

Beginner Cloud Firestore Cloud Functions Firebase NodeJS Aug. 31, 2020

Cloud Functions — Firestore Triggers - Examples of using Firestore triggers in Cloud Functions.

Cloud Firestore DevOps Firebase Aug. 17, 2020

Create Automatic Firestore Backups with GitHub Actions - Using Github Actions to perform periodical Cloud Firestore backups.

Cloud Firestore Firebase Python Aug. 10, 2020

Upload Data to Firebase Cloud Firestore with 10 line of Python Code - Example of uploading local CSV files to Cloud Firestore using Python.

.NET Cloud Firestore Aug. 10, 2020

Using Google Cloud Firestore as a Configuration Source for .Net Core Applications - NuGet package that includes Firestore as a Configuration Source for .NET applications.

Cloud Firestore Javascript June 22, 2020

How to Implement a Visitor Counter Using Google Cloud’s Firestore - The explains describes how to implement safely value increment in Cloud Firestore.

Cloud Firestore Firebase Official Blog June 22, 2020

New improvements to Firestore Security Rules - Improvements for Firebase security rules.

Cloud Datastore Cloud Firestore Go NoSQL June 1, 2020

Firestore/Datastore: unlocked the query filter capabilities in Go - Go library for enhancing Firestore and Datastore query capabilities.

Cloud Firestore Firebase June 1, 2020

How to count documents in Google Cloud Firestore? - Overview of approaches to count documents in Firestore collections.

Cloud Firestore Firebase NodeJS June 1, 2020

CRUD Operations In Firebase using Async Await In Node.js - Performing CRUD operations in Firebase using the async-await in NodeJS.

Cloud Firestore Firebase May 18, 2020

Cloud Firestore geo queries - A voyage through the options for querying Cloud Firestore by geographic proximity or map bounds.

Apache Beam Cloud Dataflow Cloud Firestore Java May 18, 2020

Cloud Firestore on Beam with Java - Creating custom transformation in Java to upload data to Cloud Firestore.

App Engine Cloud Firestore Typescript May 11, 2020

How to host an Apollo Graphql Server on GAE with Cloud Firestore - This article will be a quick guide on how to bootstrap a Graphql server on Google App Engine, using Firestore as a cloud database.

Cloud Firestore Firebase Typescript May 4, 2020

Paginating Firestore collections with snapshot listeners - Solution on how to paginate Firestore collection when using snapshot listeners.

Cloud Firestore Cloud Functions Cloud Scheduler Serverless April 27, 2020

Building Firewatch Australia, Part 1 - Data Processing - A serverless pipeline to load data about Australian bushfires into Cloud Firestore.

BigQuery Cloud Firestore Firebase April 20, 2020

Exporting data from Firebase (Firestore) to BigQuery - Two ways how to get data from Cloud Firestore to BigQuery.

Cloud Firestore Firebase April 6, 2020

The secrets of Firestore’s FieldValue.serverTimestamp() — REVEALED! - Everything you need to know about Firestore server timestamps, including writes, queries, security rules, and time travel safety tips.

Cloud Firestore Cloud Functions Cloud Vision API Firebase Javascript March 16, 2020

How to Create an Image Translation Web App in 25 Lines of Code - Simple OCR web application using Firebase and other GCP products.

Cloud Firestore Firebase March 9, 2020

Cloud Firestore: On data constraints and evolvability - Learn about the differences between schema-on-write vs schema-on-read databases.

Cloud Firestore Security Feb. 10, 2020

The trade-offs between performance, cost, and security with Firestore - Thoughts on modeling Firestore collections from a point of performance and security.

Cloud Firestore Cloud Run Cloud SQL Cloud Storage Jan. 20, 2020

3 Great Options for Persistent Storage with Cloud Run - Examples of storage options for applications deployed on Cloud Run.

Cloud Firestore Firebase Jan. 6, 2020

The top 10 things to know about Firestore when choosing a database for your app - Firestore has many great qualities apps that need a cloud-hosted database. But you should know these 10 things before going all-in.

Cloud Firestore Cloud Functions Firebase Dec. 9, 2019

How to schedule a Cloud Function to run in the future (in order to build a Firestore document TTL) - Periodic polling doesn’t always cut it, but Cloud Tasks is exactly the tool needed for the job.

Cloud Firestore Firebase Security Nov. 25, 2019

What does it mean that “Firestore security rules are not filters”? - Explaining what "security rules are not filters" means for Firebase Realtime Database and Cloud FIrestore

Cloud Firestore Official Blog Nov. 11, 2019

Cloud Firestore Now Supports IN Queries! - With the "in query", you can query a specific field for multiple values (up to 10) in a single query.

Cloud Firestore Firebase Security Nov. 11, 2019

Patterns for security with Firebase: combine rules with Cloud Functions for more flexibility - Can’t do what you want in security rules? Use Cloud Functions to implement that logic instead, with the help of rules for user validation.

App Engine Cloud Firestore Python Sept. 30, 2019

How to use the Firestore Emulator with a Python 3 Flask app - Using Firestore emulator for App Engine local development.

Cloud Firestore Firebase Javascript Sept. 9, 2019

Nearby Location Queries with Cloud Firestore - Querying for nearby places with GEO data in Firestore.

Cloud Firestore Go Kubernetes Sept. 2, 2019

Using Google Firestore for a Golang backend application - Example of using Cloud Firestore with Golang client.

Cloud Firestore Cloud Run Python Tutorial Sept. 2, 2019

Building a Flask CRUD API with Cloud Firestore and Deploying on Cloud Run. - Deploying CRUD web app on Cloud Run which is using Cloud Firestore as database.

Cloud Firestore Firebase Javascript NodeJS Aug. 19, 2019

Firestorm: An ORM for Firestore - Firestorm is an Firestore ORM for TypeScript.

Cloud Firestore Aug. 5, 2019

“Why is my Cloud Firestore query slow?” - Some of the most common reasons that Cloud Firestore might seem slow, and what you can do to fix them.

App Engine Cloud Firestore PHP Serverless July 29, 2019

Serverless PHP on App Engine + Firestore - Fireval is a PHP framework deployable on App Engine.

Cloud Firestore Cloud Functions IoT July 8, 2019

Build a weather station with Google Cloud IoT, Cloud Firestore, Mongoose OS & Android Jetpack - Building an IoT weather station using GCP products.

Advanced Cloud Firestore Cloud Functions Firebase June 3, 2019

Should I query my Firebase database directly, or use Cloud Functions? - Comparison of querying data in Firebase through backend or from a client.

Cloud Firestore Dialogflow May 13, 2019

DialogFlow fulfillment —dynamic responses from Google Firestore - How to read information from a database and use it to dynamically generate responses for DialogFlow fulfillment.

Cloud Firestore Firebase April 1, 2019

Incrementing Values Atomically with Cloud Firestore - A new built-in feature which enables increasing numeric values directly in Firestore database.

Beginner Cloud Firestore Cloud Functions Firebase March 25, 2019

Building Scalable Applications with Google Services Part 1: Cloud Functions and Firestore - The article describes how to start with Firebase.

Cloud Bigtable Cloud Firestore NoSQL Official Blog March 18, 2019

Google Cloud named a leader in the Forrester Wave: Big Data NoSQL - Forrester has named Google Cloud as a leader in The Forrester Wave™: Big Data NoSQL, Q1 2019.

Cloud Firestore Cloud Functions GCP Experience March 18, 2019

How I used Google Cloud Platform to start investing in stocks - Using GCP products to get data from exchange website and store them in Firestore.

Cloud Firestore March 4, 2019

Firebase & Google Cloud: What’s different with Cloud Firestore? - Description of Cloud Firestore from Firebase and Google Cloud perspective.

Cloud Dataflow Cloud Firestore Feb. 18, 2019

Uploading data to Firestore using Dataflow - Uploading bulk data to Cloud Firestore using Cloud Dataflow.

Cloud Firestore Feb. 4, 2019

NoSQL for the serverless age: Announcing Cloud Firestore general availability and updates - Announcement the general availability of Cloud Firestore, our serverless, NoSQL document database.

Cloud Firestore Cloud Functions Official Blog Serverless Feb. 4, 2019

Building a serverless online game: Cloud Hero on Google Cloud Platform - Cloud Hero on Google Cloud Platform to build serverless online game.

App Engine Cloud Firestore Cloud Functions Go Jan. 7, 2019

Developing a cryptocurrency price monitor using Firebase and Google Cloud Platform

Cloud Firestore Cloud Functions Cloud Pub/Sub Dec. 31, 2018

How to develop a serverless chatbot (for Hangouts Chat) - Series of article describing creating serverless chatbot on GCP.

App Engine Cloud Firestore Dec. 31, 2018

Playing with Kotlin: “You actually know everything John Doe!” - How to build a full project entirely with Kotlin with backend on App Engine & Firestore.

Cloud Firestore Dec. 17, 2018

How to perform and schedule firestore backups with Google Cloud Platform and NodeJS - Taking firestore backups on GCP.

Cloud Firestore Dec. 3, 2018

auth:import existing users from non firebase database into Google Firebase, Google Firestore, real-time database auth user via CLI - Import users into into Google Firebase, Google Firestore.

Cloud Firestore Stackdriver Nov. 5, 2018

OpenCensus and Firestore Native - OpenCensus and Firestore Native two-ways: exporting to Stackdriver and to Prometheus.

Cloud Firestore Cloud Functions GCP Experience Official Blog Oct. 15, 2018

Serverless in action: building a simple backend with Cloud Firestore and Cloud Functions - How Qlouder, a Google Cloud partner approach building simple applications using Cloud Firestore and Cloud Functions.

Cloud Firestore Cloud Functions Python Oct. 15, 2018

How I used Google Cloud Platform to start investing in stocks - Personal project which consists of fetching and processing data from stocks.

Cloud Firestore Sept. 10, 2018

Firestore Data Model - Overview of different data modelling in Cloud Firestore.

Cloud Firestore Cloud Functions

Our path to a full serverless backend - Simple proof of concept of how to use Firestore and Cloud functions.

 

Latest Issues




Contact

Zdenko Hrček
Třebanická 183
Prague, Czech Republic
Phone: +420 777 283 075
Email: [email protected]