diff --git a/README.md b/README.md index e0b5eb4..4edf77a 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,11 @@ That's it. Now, this isn't as simple as I'd like, but federated authentication and wiring up a realtime db isn't either. Additionally, Firebase's authentication system requires a static page and doesn't play nicely with single page apps. So, we redirect back and forth to `auth.html` during login. +## CRUD + +This fork includes a CRUD branch which adds a simple example of database CRUD methods. + + ##Set up Clone the repo locally and run npm install. diff --git a/public/auth.html b/public/auth.html index 35e3df9..0d4cfe4 100644 --- a/public/auth.html +++ b/public/auth.html @@ -3,6 +3,7 @@