Yeah when you login , a user object is created. you can see it in your browser's console by using the on auth state changed function. just copy and paste this function into your profile.js or dashboard.js then write the code , console.log(user) within it. here is the function you need [ firebase.google.com/docs/auth/web/start ]
Can u make video of manim python on termux ??
Thanks for the video. It is helpful. Can you share how after the activation user information can be shared among different pages?
Yeah when you login , a user object is created. you can see it in your browser's console by using the on auth state changed function.
just copy and paste this function into your profile.js or dashboard.js then write the code , console.log(user) within it.
here is the function you need [ firebase.google.com/docs/auth/web/start ]
@@VectorM Thanks so much for the solution.