From 0c304b84a1ce2b611215f4da4b937b72f5c5d391 Mon Sep 17 00:00:00 2001
From: Justin Berman
@@ -132,7 +132,8 @@
Now open up this file in a web browser of your choosing. At this point all you'll see is a blank page. As we add functionality throughout the tutorial, you can refresh this page to see the changes.
- code ulgy-todo.html
+ code ugly-todo.html
To complete this tutorial, you'll need to create a Userbase developer account. Upon creation, a default application named "Preview" will be created. Take note of the App ID, you'll need it in a second.
@@ -161,7 +162,7 @@
Before doing anything with the Userbase SDK, we need to let it know our Application ID.
- Simply replace 'YOUR_APP_ID' with the App ID you received when you created your developer account:
+ Simply replace 'YOUR_APP_ID' with the App ID you received when you created your developer account:
@@ -176,15 +177,10 @@
- - Now anything we do with the client (e.g. sign in a user, persist data) will - happen within the context of the app whose ID we specified. -
-- Any actions that our users take needs to happen within an authenticated session. We'll start by adding a way to for new users to create an account with our app. + Before a user can start creating to-dos, the user needs to create an account with our app.
First, we'll add a sign up form: