feat: authentication, signup and login
This commit is contained in:
6
src/components/firebase/index.js
Normal file
6
src/components/firebase/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import FirebaseContext from "./context";
|
||||
import Firebase from "./fire";
|
||||
|
||||
export default Firebase;
|
||||
|
||||
export { FirebaseContext };
|
||||
Reference in New Issue
Block a user