Firebase data seen as string, not table

Does anybody know why this is? When I tried to loop this value it said it wasn’t a table, so I used the type() function to see what the server thinks it is…


image

(this is an API for Google Firebase)

Use the HttpService:JSONDecode function to convert a JSON object or array to a lua table.

Thank you, this worked!
30char

1 Like