Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fullstory firebase #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .firebase/hosting.YnVpbGQ.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
asset-manifest.json,1553913333097,8e6e652ca806892034600b9328ee5582c2fb2add464695af183604ca3762b09d
index.html,1553913333097,38d88799efff51801fe03f0514f00c06b099320bc2a0b9a657e1644c7cb3af47
service-worker.js,1553913333316,12115877ca9bce0afeec2f5cb01026987237ba9e4c114e37db93777ba7ef8b94
manifest.json,1553913306210,80cc76aafd11d3c75bf02374ddb46eb4cf7de488fd81832ef9f271af130ba234
favicon.ico,1553913306185,194058e21e0a3ab383a01fd82ef7bc93fffcf035cfc5a8d0cc39a80ae7bad44f
products.json,1553913306212,4d1cd48308e10772deac61938dadae74fee386085f66e2bb3107dddc39251914
static/css/main.6b2e0e8d.css,1553913333171,4de6de2817af0128ec8de7fd22411f049eac6413954c08cd49b1b4bfe124e34b
static/css/main.6b2e0e8d.css.map,1553913333167,6a16310b660e73c0380950afe9e109815412944bd20dface330a8bb3b6d89aa8
images/Cherry.png,1553913306191,7d193fcae45b18cd8dd0b90344898bb7ab298994db28cda0fe16ec3b3ae36588
images/Nuts.png,1553913306197,dfb660c532cad185052157d0551b84715775ecb38c78d3ff41ae771c3d5d34ef
images/Strawberry.png,1553913306207,e5c3c1e6b6083b6db4711b71b0db975e7885e8028ae993b245c9f4c4f940cc36
images/Orange.png,1553913306202,74cf2de9e666a56c56f25a546497d6dca35475e80df73890dd5860d3aa0c6db2
static/js/main.2f12bf18.js,1553913333111,9c6eb07721811fb741624b38f757286921a20d8e9935c8fd4a988c8577edf3b3
static/js/main.2f12bf18.js.map,1553913333171,000343ead017de4161c6888c9635f139c82220648060a2137933f571d0c64c23
1 change: 1 addition & 0 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# React Example - Product Compare Page :tada: :fireworks:
# Modified React Example - Product Compare Page :tada: :fireworks:

Product comparison page build using **React** + **Redux** + **Bootstrap** + **SASS**
Product comparison page build using **React** + **Redux** + **Bootstrap** + **SASS** + **FullStory** + **Firebase Auth**

![Screenshot](https://s8.postimg.cc/fdfsvumkl/Screen_Shot_2018-07-05_at_16.36.17.png)

Expand All @@ -14,7 +14,7 @@ Documentation how to *run*, *build* and *test* app

Demo
-
> http://react-compare-app.surge.sh
> https://product-compare-c0576.firebaseapp.com/

Contributing
-
Expand Down
16 changes: 16 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"hosting": {
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}
Loading