Forked from davidgilbertson/firebase-training-data.json
Created
May 18, 2017 22:43
-
-
Save mattdanielbrown/c8a6ebdcb48b22ee6be2ae7ec613d01a 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
{ | |
"data" : { | |
"courses" : { | |
"-KIPudHADux41n04CCxE" : { | |
"name" : "An excellent course!", | |
"schoolKey" : "-KIPudH9ZmFi3cimtCTH" | |
}, | |
"-KIPudHADux41n04CCxF" : { | |
"name" : "An second excellent course", | |
"schoolKey" : "-KIPudH9ZmFi3cimtCTH" | |
}, | |
"-KIfyKIE-aYPPG5bvzAl" : { | |
"name" : "An excellent course", | |
"schoolKey" : "-KIfyKIE-aYPPG5bvzAk", | |
"studentKeys" : { | |
"-KIfyKIE-aYPPG5bvzAn" : true, | |
"-KIfyKIE-aYPPG5bvzAo" : true | |
} | |
}, | |
"-KIfyKIE-aYPPG5bvzAm" : { | |
"name" : "An second excellent course", | |
"schoolKey" : "-KIfyKIE-aYPPG5bvzAk", | |
"studentKeys" : { | |
"-KIfyKIE-aYPPG5bvzAo" : true | |
} | |
} | |
}, | |
"schools" : { | |
"-KIPudH9ZmFi3cimtCTH" : { | |
"courseKeys" : { | |
"-KIPudHADux41n04CCxE" : true, | |
"-KIPudHADux41n04CCxF" : true | |
}, | |
"name" : "A magnificent school" | |
}, | |
"-KIfyKIE-aYPPG5bvzAk" : { | |
"courseKeys" : { | |
"-KIfyKIE-aYPPG5bvzAl" : true, | |
"-KIfyKIE-aYPPG5bvzAm" : true | |
}, | |
"name" : "A magnificent school", | |
"studentKeys" : { | |
"-KIfyKIE-aYPPG5bvzAn" : true, | |
"-KIfyKIE-aYPPG5bvzAo" : true | |
} | |
} | |
}, | |
"students" : { | |
"-KIfyKIE-aYPPG5bvzAn" : { | |
"courseKeys" : { | |
"-KIfyKIE-aYPPG5bvzAl" : true | |
}, | |
"name" : "Bobby Brown", | |
"schoolKey" : "-KIfyKIE-aYPPG5bvzAk" | |
}, | |
"-KIfyKIE-aYPPG5bvzAo" : { | |
"courseKeys" : { | |
"-KIfyKIE-aYPPG5bvzAl" : true, | |
"-KIfyKIE-aYPPG5bvzAm" : true | |
}, | |
"name" : "Sally Mae", | |
"schoolKey" : "-KIfyKIE-aYPPG5bvzAk" | |
} | |
} | |
}, | |
"users" : { | |
"google:115684298027066649481" : { | |
"courseKeys" : { | |
"-KIPudHADux41n04CCxE" : true, | |
"-KIPudHADux41n04CCxF" : true, | |
"-KIfyKIE-aYPPG5bvzAl" : true, | |
"-KIfyKIE-aYPPG5bvzAm" : true | |
}, | |
"mruSchool" : "-KIfyKIE-aYPPG5bvzAk", | |
"schoolKeys" : { | |
"-KIPudH9ZmFi3cimtCTH" : true, | |
"-KIfyKIE-aYPPG5bvzAk" : true | |
}, | |
"studentKeys" : { | |
"-KIfyKIE-aYPPG5bvzAn" : true, | |
"-KIfyKIE-aYPPG5bvzAo" : true | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment