0
I am having problems with importing data to firebase, I transformed an excel spreadsheet into csv and then converted to a JSON file, the registration in Firebase is performed normally, but I would like to know how to generate the Keys with the data, instead of putting together a numerical order. If anyone knows of a solution I thank you at once.
So the question is just this, generating this data through code is simple. I wonder if there is a solution when going up the JSON manually.
– Matheus Rodrigues
@Matheusrodrigues as it is manually, maybe the Firebase Cloud Functions be the ideal. More on the subject.
– Valdeir Psr