let createAt = Auth.auth().currentUser?.metadata.creationDate
I want to convert this value so that i can store in the database.
let createAt = Auth.auth().currentUser?.metadata.creationDate
I want to convert this value so that i can store in the database.