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 a962ab3 commit ae2cc20Copy full SHA for ae2cc20
src/App.jsx
@@ -27,6 +27,7 @@ export function App() {
27
const { user } = useAuth();
28
const userId = user?.uid;
29
const userEmail = user?.email;
30
+ console.log('test');
31
32
/**
33
* This custom hook takes a user ID and email and fetches
0 commit comments