Skip to content

Instantly share code, notes, and snippets.

@PaoloMilano
Created February 23, 2018 15:53
Show Gist options
  • Select an option

  • Save PaoloMilano/97bb785ca5a39132d2e37ad163afdae0 to your computer and use it in GitHub Desktop.

Select an option

Save PaoloMilano/97bb785ca5a39132d2e37ad163afdae0 to your computer and use it in GitHub Desktop.
"Buddy" : {
//Connesione tra utente 1 e 2
"<id generata da firebase>" : {
//Utente 1
"f0Wr68igQjYQ5WcqCrONxDFzOBQ2" : {
"Like" : 0
},
//Utente 2
"hXEacGlT7NSqIsOiHK14ysz4Z312" : {
"Like" : 0
}
},
//Connesione tra utente 1 e 3
"<id generata da firebase>" : {
//Utente 1
"f0Wr68igQjYQ5WcqCrONxDFzOBQ2" : {
"Like" : 0
},
//Utente 3
"hXEaET%$DEXTYUyvtcrtyuniu^Vy" : {
"Like" : 0
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment