Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

How can i get the registered-date from Firebase Auth in Vue3?

I need to access the createdAt variable to convert it via date() to a real date. But somehow, i can’t access it by auth.currentUser.createdAt variable.
How can i do this in Vue3? It is also that i want to use shallowRef for it, because it should never change. How can i do this?

>Solution :

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

The User object doesn’t have a createdAt property. you’re probably looking for auth.currentUser.metadata.creationTime.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading