kinvey:create("example", "mydata", { name="myname", a=4, b=5, list={ 34, 35, 36 } }, handler) |
firebase:write("new/data", { gideros = "Gideros Mobile", thisIs = { anExample = { ofANested = "table" } } }) |
firebase:read("new/data", function(r) ... r.data will contain the table ... end) |
firebase:read("new/data/thisIs/anExample") ----> returns { ofANested = "table" } in the response |
local function loadGameHandler(r) |
It looks like you're new here. If you want to get involved, click one of these buttons!
ar2rsawseen
2492
OZApps
1246
techdojo
1228