feat: authentication, signup and login
This commit is contained in:
5
src/components/firebase/context.js
Normal file
5
src/components/firebase/context.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import React from "react";
|
||||
|
||||
const FirebaseContext = React.createContext(null);
|
||||
|
||||
export default FirebaseContext;
|
||||
Reference in New Issue
Block a user