Skip to content
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.

Added User Email Login #2

Open
wants to merge 6 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
2 changes: 1 addition & 1 deletion todo-android-1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.3.0'
classpath 'com.android.tools.build:gradle:3.3.2'
}
}

Expand Down
223 changes: 223 additions & 0 deletions todo-web-1/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions todo-web-1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@
"leaflet.awesome-markers": "2.0.5",
"mongodb-stitch-browser-sdk": "4.3.2",
"react": "16.8.3",
"react-bootstrap": "^1.0.0-beta.6",
"react-dom": "16.8.3",
"react-error-boundary": "1.2.3",
"react-facebook-login": "^4.1.1",
"react-leaflet": "2.2.1",
"react-router-dom": "^5.0.0",
"react-scripts": "2.1.8",
"reactstrap": "7.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion todo-web-1/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
-->

</script>
<title>React App</title>
<title>Stitch Todo App Tutorial</title>
</head>

<body>
Expand Down
15 changes: 15 additions & 0 deletions todo-web-1/public/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"short_name": "Stitch Todo App Tutorial",
"name": "Stitch Todo App Tutorial",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
Loading