Skip to content

Instantly share code, notes, and snippets.

View ssetzer's full-sized avatar

Luc Setzer ssetzer

  • Charlotte
  • 21:23 (UTC -04:00)
View GitHub Profile
@ssetzer
ssetzer / Deploying PWA Starter Kit to Firebase.md
Created April 1, 2019 06:45 — forked from Dabolus/Deploying PWA Starter Kit to Firebase.md
A simple guide that explains how to deploy PWA Starter Kit to Firebase

Note: this guide explains step by step how to add Firebase to PWA Starter Kit.

If you already have some Firebase knowledge and you just want to get everything ready out of the box, you might want to checkout the Firebase branch on the PWA Starter Kit repo, that already contains all the needed files.

Deploying prpl-server to Firebase

Firebase Hosting alone is not sufficient for hosting the prpl-server build since it requires some server-side processing of the user agent string. Instead, you will have to use Firebase Functions for that.

  1. Sign up for a Firebase account