Posts by Gustavo Novais • 19 points
2 posts
-
0
votes1
answer369
viewsQ: Problems with correct return date with "new date()"
let dataSTR = '1988-03-01' let data = new Date(dataSTR) let dataTimestamp = new Date(dataSTR).getTime() console.log('[dataSTR]', dataSTR); console.log('[Timestamp]', dataTimestamp);…
-
0
votes1
answer457
viewsQ: How many projects can I have in firebase?
Hello! Would you like to know if Firebase has a maximum number of projects that can be created and managed? Obg for reading the question!
firebaseasked Gustavo Novais 19