๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

The Road to React with Firebase: Your journey to master advanced React for business web applications

โœ Scribed by Robin Wieruch


Year
2019
Tongue
English
Leaves
202
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


The Road to React with Firebase is your personal journey to master advanced React for business web applications in JavaScript whereas Firebase is used to replace everything that you would want from a backend application. Firebase enables you to connect your React application to a database, to authenticated users with your application with a login, logout and register mechanisms, and to authorize only certain users to access your application. It also comes with hosting capabilities and with social logins via Google, Facebook and more. Everything will be explained in the book while building a business web application yourself.

I wrote the The Road to React with Firebase over the last two years. During this time, I came to understand the practical genius of Firebase, and how it dramatically reduces the tech stack to focus on getting sh*t done. Once you have set up your starter kit project -- that's what we are going to do together in this book -- you are ready to iterate fast on your personal ideas. There is no need to complicate things by adding a backend application with a database to your frontend application, because Firebase takes care of it with a well-designed API. I applied the same principles as my other books:


  • Stay pragmatic

  • Keep it simple

  • Answer the why, not just the how

  • Experience a problem, solve a problem

This book is not intended to be an end-all reference for the Firebase API nor an in-depth guide about the internals of Firebase. Instead, its purpose is to journey through learning Firebase with React the pragmatic way, building an entire application on this tech stack yourself. The end result is the foundation to make your business application a reality.

Requirements

To get the most out of this book, you should be familiar with the basics of web development, which includes knowledge of HTML, CSS and JavaScript. You will also need to be familiar with the term API, because APIs are used frequently for the applications in this book.

Editor/Terminal or IDE

For the development environment, use a running editor/terminal (command line tool) or IDE with integrated terminal. I will provide a setup guide if you're unsure about which tools to use. The guide is set up for MacOS users, but you can find a Windows setup guide there as well.

Node and NPM

You will need to have node and npm installed, which are used to run the applications we'll build and manage the libraries we'll use along the way. In this book, you will install external node packages via npm (node package manager). These node packages can be libraries or whole frameworks. You can verify which node and npm versions you have in the command line:


  • node --version

  • v10.11.0

  • npm --version

  • v6.5.0

These are the versions used for this publication. If you don't see output in your terminal, you will need to install node and npm.

React

My other book, called The Road to learn React, teaches the fundamentals about React by building a real world application. It is available for free, and after having read it, you should possess all the understanding necessary to work with the application(s) from this book. Also there will be many sidenotes to React articles that may be helpful.

โœฆ Table of Contents


Table of Contents
Introduction
About the Author
Requirements
FAQ
How to read this Book
Application Setup
React Router in React
Firebase
Firebase in React
Firebase's Authentication API
Sign Up with React and Firebase
Sign In with React and Firebase
Sign Out with React and Firebase
Session Handling
Session Handling with Higher-Order Components
Password Management
Password Forget
Password Change
Authorization (1): General Authorization and Route Protection
Firebase Realtime Database (1): Basic
User Management with Firebase
Authorization (2): Roles and Permissions
Database Users with Roles
How to merge authenticated user with database user?
Authorize a Firebase User based on a Role
Session Persistence
Social Logins
Troubleshoot
Google Social Login
Facebook Social Login
Twitter Social Login
Linking Social Logins to one Account
Email Verification
Admin Dashboard
Firebase Realtime Database (2): Advanced
Defining the API
How to fetch a List
Creating an Item in a List
Relationships
Removing an Item in a List
Editing an Item in a List
Securing User Interactions
Ordering
Pagination
Firebase Hosting
How to continue your Journey โ€ฆ
Thank You


๐Ÿ“œ SIMILAR VOLUMES


The Road to React: Your journey to maste
โœ Robin Wieruch ๐Ÿ“‚ Library ๐Ÿ“… 2020 ๐Ÿ› Independently Published ๐ŸŒ English

Robin Wieruch, "The Road to React: Your journey to master plain yet pragmatic React.js (2020 Update)" LAST UPDATE: 11. March 2020 If you are looking for a comprehensive and pragmatic yet concise and up-to-date React.js feat. Hooks book, the Road to React is for you What you will learn. I

The Road to React: Your journey to maste
โœ Robin Wieruch ๐Ÿ“‚ Library ๐Ÿ“… 2020 ๐Ÿ› leanpub.com ๐ŸŒ English

Robin Wieruch, "The Road to React: Your journey to master plain yet pragmatic React.js (2020 Update)" LAST UPDATE: 11. March 2020 If you are looking for a comprehensive and pragmatic yet concise and up-to-date React.js feat. Hooks book, the Road to React is for you What you will learn. I

React JS Application Development, Web De
โœ Neo D. Truman ๐Ÿ“‚ Library ๐ŸŒ English

<h4><span>Master React JS, The Most Commonly Used JavaScript Library</span></h4><p><span>React JS is a JavaScript library for building user interfaces. A React application is made from many components that manage their state. We can learn React once and write React code anywhere. React helps us crea

The Road to React: Your journey to maste
โœ Robin Wieruch ๐Ÿ“‚ Library ๐Ÿ“… 2018 ๐Ÿ› Independently published ๐ŸŒ English

<p><span>LAST UPDATE: 5. February 2024</span></p><p><span>The Road to React: The React.js with Hooks in JavaScript Book (2024 Edition) - is a comprehensive and pragmatic yet concise React 18 with Hooks (+ opt-in TypeScript) book. Purchase of this book includes free online access to the always up-to-

The Road to React: Your journey to maste
โœ Robin Wieruch ๐Ÿ“‚ Library ๐Ÿ“… 2018 ๐Ÿ› Independently published ๐ŸŒ English

<p><span>LAST UPDATE: 5. February 2024</span></p><p><span>The Road to React: The React.js with Hooks in JavaScript Book (2024 Edition) - is a comprehensive and pragmatic yet concise React 18 with Hooks (+ opt-in TypeScript) book. Purchase of this book includes free online access to the always up-to-

ReactJS: Mastering React - Advanced Tech
โœ Hayes, Jordan ๐Ÿ“‚ Library ๐Ÿ“… 2024 ๐Ÿ› Independently Published ๐ŸŒ English

Delve into the advanced realms of ReactJS with 'ReactJS: Mastering React - Advanced Techniques for Seasoned Developers.' This comprehensive guide is crafted for developers seeking to push the boundaries of their React skills. Embark on a journey through intricate React patterns, such as Higher-Or