We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 723b040 commit 01c8fcbCopy full SHA for 01c8fcb
src/App.jsx
@@ -27,7 +27,7 @@ export function App() {
27
const { user } = useAuth();
28
const userId = user?.uid;
29
const userEmail = user?.email;
30
- console.log('test');
+ console.log('test1');
31
32
/**
33
* This custom hook takes a user ID and email and fetches
0 commit comments