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,6 @@
import FirebaseContext from "./context";
import Firebase from "./fire";
export default Firebase;
export { FirebaseContext };