- Home /
Question by
GeromePojas · May 16, 2019 at 08:11 AM ·
c#unity 5json
How can i get all of my users data on FireBase using Unity and RestClient json
I'm trying to get all my users data and store it on an array but its my first time using FireBase or json on unity and i cant seem to find a way how
Comment
Answer by jdnichollsc · May 26, 2019 at 12:18 AM
You can use the sdk of Firebase if you need a reactive system, otherwise you can try this REST Client plugin to create HTTP requests, retry, debug and handle issues in a better way using Promises instead of Coroutines directly => https://github.com/proyecto26/RestClient
Regards, Juan