All Projects → how-to-firebase → full-stack-firebase

how-to-firebase / full-stack-firebase

Licence: other
This course will introduce you to Firebase and grow your understanding of the platform until you're comfortable deploying an app to production.

Projects that are alternatives of or similar to full-stack-firebase

Sub-Track
Flutter Application to keep track of Subscriptions
Stars: ✭ 31 (-69%)
Mutual labels:  firestore
openwhisk-runtime-docker
Apache OpenWhisk SDK for building Docker "blackbox" runtimes
Stars: ✭ 23 (-77%)
Mutual labels:  functions-as-a-service
JewelCase
This is the source code for JewelCase, a sample app demonstrating how to use SwiftUI and Firebase together. This slide deck discusses the architecture of the app: https://www.slideshare.net/peterfriese/building-swiftui-apps-with-firebase
Stars: ✭ 42 (-58%)
Mutual labels:  firestore
functions-framework-java
FaaS (Function as a service) framework for writing portable Java functions
Stars: ✭ 101 (+1%)
Mutual labels:  functions-as-a-service
serverless-rest-api
Building RESTful Web APIs with Firebase Cloud Function, Firestore, Express and TypeScript
Stars: ✭ 103 (+3%)
Mutual labels:  firestore
orkan
A content management toolkit for building and managing dynamic React applications with ease.
Stars: ✭ 25 (-75%)
Mutual labels:  firestore
react-crud-firestore
A Reactjs CRUD using Firebaes FIrestore as a Database
Stars: ✭ 48 (-52%)
Mutual labels:  firestore
godot-android-plugin-firebase
Godot 3.2.2 Android plugin for Firebase
Stars: ✭ 41 (-59%)
Mutual labels:  firestore
cms30
🙌 #CMS30 | Free 30 CMS templates
Stars: ✭ 23 (-77%)
Mutual labels:  firestore
flutter-auth-ui
flutter-auth-ui is an authentication library for flutter web applications. It uses Firebase auth as security as a service (SECaaS) provider. It implements UI to register user, validate email, sign in, sign out, restore password, access firestore..
Stars: ✭ 59 (-41%)
Mutual labels:  firestore
squanchy-flutter
Flutter implementation of the Squanchy conference app
Stars: ✭ 56 (-44%)
Mutual labels:  firestore
whatsapp-clone-react
Build a WhatsApp Clone with React JS and FireBase.
Stars: ✭ 38 (-62%)
Mutual labels:  firestore
unishox js
JS Library for Guaranteed compression of Unicode short strings
Stars: ✭ 27 (-73%)
Mutual labels:  firestore
React-Netflix-Clone
A Fully Responsive clone of Netflix website built using React.JS as a Front-end & Firebase as a Back-end.
Stars: ✭ 91 (-9%)
Mutual labels:  firestore
AngularPos
A real-time, simple web Point of Sale system written with Angular 12, Firebase (Cloud Firestore), Bootstrap 4 and PrimeNg
Stars: ✭ 67 (-33%)
Mutual labels:  firestore
firestore-to-bigquery-export
NPM package for copying and converting Cloud Firestore data to BigQuery.
Stars: ✭ 26 (-74%)
Mutual labels:  firestore
openwhisk-catalog
Curated catalog of Apache OpenWhisk packages to interface with event producers and consumers
Stars: ✭ 30 (-70%)
Mutual labels:  functions-as-a-service
go-firestorm
Simple Go ORM for Google/Firebase Cloud Firestore
Stars: ✭ 39 (-61%)
Mutual labels:  firestore
firebase-bundle
A Symfony Bundle for the Firebase PHP Admin SDK
Stars: ✭ 112 (+12%)
Mutual labels:  firestore
flutter-app
Full Feature Todos Flutter Mobile app with fireStore integration.
Stars: ✭ 138 (+38%)
Mutual labels:  firestore
description
Welcome to Full-Stack Firebase!

Introduction

Learn Production-Worthy Firebase

{% embed data="{"url":"https://youtu.be/fQosnpJ4x-Q\",\"type\":\"video\",\"title\":\"Full-Stack Firebase Promo","description":"Video Course:\n\nhttps://www.udemy.com/full-stack-firebase/?couponCode=FULLSTACK2018\n\neBook:\n\nhttps://www.fullstackfirebase.com/","icon":{"type":"icon","url":"https://www.youtube.com/yts/img/favicon\_144-vfliLAfaB.png\",\"width\":144,\"height\":144,\"aspectRatio\":1},\"thumbnail\":{\"type\":\"thumbnail\",\"url\":\"https://i.ytimg.com/vi/fQosnpJ4x-Q/mqdefault.jpg\",\"width\":320,\"height\":180,\"aspectRatio\":0.5625},\"embed\":{\"type\":\"player\",\"url\":\"https://www.youtube.com/embed/fQosnpJ4x-Q?rel=0&showinfo=0\",\"html\":\"<div style=\"left: 0; width: 100%; height: 0; position: relative; padding-bottom: 56.2493%;\"><iframe src=\"https://www.youtube.com/embed/fQosnpJ4x-Q?rel=0&amp;showinfo=0\\\" style=\"border: 0; top: 0; left: 0; width: 100%; height: 100%; position: absolute;\" allowfullscreen scrolling=\"no\"></iframe>","aspectRatio":1.7778},"caption":"Full-Stack Firebase on Udemy"}" %}

Available on Udemy

Click the link below to learn more 👇

We've launched Full-Stack Firebase on Udemy for the full video experience.

The Udemy course features 2.5 hours of tightly-edited video walkthroughs. It is the absolute fastest, easiest way to learn Firebase. We've condensed everything on FullStackFirebase.com into video form with free instructor Q&A.

Newsletter

Sign up for email updates 💌

We'll send you some "getting started" emails. From there on out, we email with a light touch 👍

GitBook vs GitHub

Read the GitBook or the GitHub repo:

  • GitBook: A luxurious reading experience
  • GitHub: The delightful and gory details

Beginners Welcome!

You'll need to know JavaScript. If you're weak on JavaScript... this may not be the course for you.

Check out the Prerequisites chapter for all of the details.

You don't need to know anything about Firebase to get started. Just be patient and move slowly through the material.

If you're already adept with Firebase, then please jump around! The more advanced modules later in the course will be of particular interest.

We'll cover integration for Angular and React. The Firebase SDK is all vanilla JavaScript, so if you can integrate with Angular and React, you should be able to integrate with any other modern framework.

Modules

This course consists of a bunch of modules, including:

  • Firebase Console
  • Firebase Authentication
  • Cloud Firestore
  • Realtime Database
  • Cloud Functions
  • Firebase Storage
  • Cloud Messaging
  • Firebase Hosting

Module Structure

Each module will have the following parts:

  • Introduction
  • Feature walk-through(s)
  • Exercise(s)
  • Downloadable notes

Some modules will build on each other, so skip around carefully 😉

What to expect

  • Opinionated code
  • Angular and React integrations
  • You'll need a Firebase account

We write opinionated code, and we like our courses opinionated as well.

If you're not familiar with Angular or React, do not worry. The markup and JavaScript is easy enough to read, and we'll stick to vanilla JS as much as possible.

Firebase's free Spark plan is very generous. Firebase Functions requires a paid Blaze plan IF you want to make external HTTP calls. Otherwise, you can skate by on Spark.

This course is not...

  • 100% framework agnostic
  • Exhaustive documentation
  • Constantly updated

Firebase is framework-agnostic... but good luck writing a modern web application without some sort of templating framework.

We'll reference the Firebase Docs quite a bit throughout. We will try to duplicate them.

Firebase changes. A lot. The docs are canonical. Use them. We'll do our best to update this content, but staying 100% current would be a full-time job.

Have you found an error or a bug? Don't hesitate to file an issue or make pull requests 💕

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].