Problem returning data from firebase firestore #240
burningman2k20
started this conversation in
General
Replies: 1 comment 1 reply
-
Dear, Can you create a small toy project, and link it here? Then we can try our best to resolve this issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[Serializable]
public class RestUserData{
public string Id;
public RestCharacterData[] characters;
}
trying to return this data using the RestClient.Get method. the data gets returned from firebase firestore. the debug log says it gets the data but it never gets assigned to the callback because its null. ive tried everything i can think of but nothing gets returned.
Beta Was this translation helpful? Give feedback.
All reactions