WP Manifestindependent plugin directory
manifest / developer / gutenberg-firebase-integration

Gutenberg <=> Firebase Integration Example

Example plugin to demonstrate a use case for integrating Google Firebase with Gutenberg.

by Alain Schlesser · github.com/schlessera/gutenberg-firebase-integration · website

8stars
2forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/schlessera/gutenberg-firebase-integration/archive/refs/heads/master.zip

Building a Realtime Status Page using the Combined Power of Gutenberg and Firebase

This is the example code repository for a talk held at WordCamp Brighton 2019. Slides can be found here: https://schlessera.github.io/wcbtn-2019/

Modern infrastructure technologies like serverless computing and real-time databases offer a huge potential for new and improved online user experiences.

In this session, we’ll go through a practical use case to find out how we can harness their power in the context of WordPress.

We’ll build a Gutenberg block that shows status updates, to be incorporated into a status page. We’ll use serverless computing to allow adding status updates via a Slack command, and we’ll use a real-time database so that all visitors receive these updates in real-time without any impact on our WordPress server.