Hi,
You mean block or this JSON structure inside Firebase?
If firebase, then copy this JSON and import inside your project bucket.
{
"add": {
"jack": {
"device ide": "asdsad ad",
"mail": "dasdasdadax",
"password": "asdsadasa"
},
"username": {
"device ide": "some_device_id",
"mail": "user@example.com",
"password": "hashed_password"
},
"another_user": {
"device ide": "yet_another_device",
"mail": "another@mail.com",
"password": "another_hashed_password"
}
// ... more users with their unique usernames as keys
}
}