feat: authentication, signup and login

This commit is contained in:
Kyle Gill
2019-03-26 20:02:16 -06:00
parent 0c3806eb87
commit e6e187645e
13 changed files with 261 additions and 23 deletions

View File

@@ -0,0 +1,5 @@
import React from "react";
const FirebaseContext = React.createContext(null);
export default FirebaseContext;