0
I intend to get the date of creation of the user registration in the application, to compute a trial period. I thought about creating a Function cloud to feed a variable with this value, which would be perfect for new cases, but it wouldn’t do any good for the nearly 270 users in production. However, I saw that in the panel already exists such date and I would like to get this data. How I can access this data?
In fact only Firebase Admin SDK for Nodejs platform supports user management. https://firebase.google.com/docs/admin/setup?hl=pt-br
– pedrofsn