Created
February 23, 2018 15:53
-
-
Save PaoloMilano/97bb785ca5a39132d2e37ad163afdae0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "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