You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To submit queries to the SDK, I need to add com.google.gson.JsonArray to my project. We should probably also allow our clients to just send the String values so we don't force clients to introduce another dependency into their project.
To submit queries to the SDK, I need to add
com.google.gson.JsonArrayto my project. We should probably also allow our clients to just send theStringvalues so we don't force clients to introduce another dependency into their project.