Skip to content

Commit

Permalink
firebase rc shiet
Browse files Browse the repository at this point in the history
  • Loading branch information
louisrli committed Jun 9, 2020
1 parent 11c39d0 commit 26ffe22
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .firebase/hosting.YnVpbGQ.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
404.html,1591729203526,05cbc6f94d7a69ce2e29646eab13be2c884e61ba93e3094df5028866876d18b3
asset-manifest.json,1591729240525,375bfd1dabd784f4a13945e3f41101293b2a23e7f65c6548d2df5e5251c8b15b
favicon.ico,1591729203527,a08fa4488c3ecef62d9effd03b3a989929bdcbecf5e905941f9034a15bd3dba3
index.html,1591729240524,99ef266173b25f3241a78716fae1f2ffd37ecb11d8c32d81bf78659293a7d048
logo192.png,1591729203527,caff018b7f1e8fd481eb1c50d75b0ef236bcd5078b1d15c8bb348453fee30293
logo512.png,1591729203528,191fc21360b4ccfb1cda11a1efb97f489ed22672ca83f4064316802bbfdd750e
manifest.json,1591729203529,341d52628782f8ac9290bbfc43298afccb47b7cbfcee146ae30cf0f46bc30900
precache-manifest.7839cc18c10e8c3591e75a65609eb4bc.js,1591729240525,1624856277c03f07ad26d42704c830a2ba0b84cf87454009c38bbf93c83de21f
robots.txt,1591729203529,391d14b3c2f8c9143a27a28c7399585142228d4d1bdbe2c87ac946de411fa9a2
service-worker.js,1591729240525,b3dc32d3f7a26a8d3c1ecba5d56e0b7e6b05cdcb9b992f11b0ba15be094c7923
static/css/2.af3c1da9.chunk.css,1591729240550,f9dcfb4073c4b5cbf7ac456e9f2807330940f46564bedf95b740ab332e5e0677
static/css/2.af3c1da9.chunk.css.map,1591729240551,0bf5aca4069b4729e2fb70d96efbcf889590a783908f4be5ce6ed1e406660437
static/css/main.5ecd60fb.chunk.css,1591729240525,5573c72369cf5cd9c63d5779a485c5448d9d1285476a0b8938df3f9680fc645f
static/css/main.5ecd60fb.chunk.css.map,1591729240550,685a1f6af79f427c9e8f633301e0ccd5fb6af4653c3bfe6d79346fb335a6c8fa
static/js/2.3ca0d53c.chunk.js,1591729240550,0aa36d44ac71bb268491aa059e906faaec709549277959f38e862748bdf3e715
static/js/2.3ca0d53c.chunk.js.LICENSE.txt,1591729240550,9fa87383de9ffef235eaf91a4b3a1685bd65da98fb669be6ad340b404d6b9927
static/js/2.3ca0d53c.chunk.js.map,1591729240552,73eedd9f358ddb76c86b05dbc96047f68fc1f12a6f945463c6e682d97d67cb6c
static/js/main.02fadd89.chunk.js,1591729240550,a1b2bdb5759bb27a19237acdc4dc8230e8fb3904ca2f5247c15104df9e33fac1
static/js/main.02fadd89.chunk.js.map,1591729240552,2a1d7d327734c76192f62154094da07e1b429cde00f93807040742adb21a3e77
static/js/runtime-main.fdfe72f8.js,1591729240529,5c5f751272ac4e54c80a08adc06385bc2ba84e80fcc2b49e47b07af92d09a660
static/js/runtime-main.fdfe72f8.js.map,1591729240551,63cd1802a480a06510fd85e71314e773039f047eebe3096bee8ef345f68fcd9a
5 changes: 5 additions & 0 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "recodedfacebook"
}
}
14 changes: 14 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"hosting": {
"rewrites": [ {
"source": "**",
"destination": "/index.html"
}],
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}
33 changes: 33 additions & 0 deletions public/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Page Not Found</title>

<style media="screen">
body { background: #ECEFF1; color: rgba(0,0,0,0.87); font-family: Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; }
#message { background: white; max-width: 360px; margin: 100px auto 16px; padding: 32px 24px 16px; border-radius: 3px; }
#message h3 { color: #888; font-weight: normal; font-size: 16px; margin: 16px 0 12px; }
#message h2 { color: #ffa100; font-weight: bold; font-size: 16px; margin: 0 0 8px; }
#message h1 { font-size: 22px; font-weight: 300; color: rgba(0,0,0,0.6); margin: 0 0 16px;}
#message p { line-height: 140%; margin: 16px 0 24px; font-size: 14px; }
#message a { display: block; text-align: center; background: #039be5; text-transform: uppercase; text-decoration: none; color: white; padding: 16px; border-radius: 4px; }
#message, #message a { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); }
#load { color: rgba(0,0,0,0.4); text-align: center; font-size: 13px; }
@media (max-width: 600px) {
body, #message { margin-top: 0; background: white; box-shadow: none; }
body { border-top: 16px solid #ffa100; }
}
</style>
</head>
<body>
<div id="message">
<h2>404</h2>
<h1>Page Not Found</h1>
<p>The specified file was not found on this website. Please check the URL for mistakes and try again.</p>
<h3>Why am I seeing this?</h3>
<p>This page was generated by the Firebase Command-Line Interface. To modify it, edit the <code>404.html</code> file in your project's configured <code>public</code> directory.</p>
</div>
</body>
</html>
1 change: 0 additions & 1 deletion src/Facebook.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from "react";
import db from "./firebase";
import "./facebook.css";
import Card from "react-bootstrap/Card";

// These props are destructured from the Firebase field names.
Expand Down

0 comments on commit 26ffe22

Please sign in to comment.