opensourcerssss / sample

https://sample-six-theta.vercel.app
1 stars 4 forks source link

fixed login_issue #3

Closed drake044 closed 1 year ago

drake044 commented 1 year ago

To properly check if a user is authenticated, I useD the getAuth().currentUser property. If it returns a user object, then a user is authenticated. If it's null, there's no authenticated user.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sample ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 12, 2023 3:11pm
opensourcerssss commented 1 year ago

@drake044 Good job