Company
Date Published
Sept. 7, 2022
Author
Harsha
Word count
1320
Language
English
Hacker News points
None

Summary

This tutorial demonstrates how to integrate Firebase Authentication with a realtime Hasura app. The process involves setting up Hasura and creating the data model using the Hasura Console, setting up authentication, and building the React web app. The integration of Firebase Authentication is chosen due to its security features and ease of use. The tutorial also covers how to set environment variables in the project settings, create a data model with tables for "programming_language" and "loved_language", define permissions for different roles, and deploy a cloud function using Firebase Cloud Functions. Finally, it discusses building the React app components and subscribing to real-time data using Apollo Client. The code for this tutorial is available on GitHub.