Recreates a Query from a Base64-encoded string. First decodes the string to a buffer,
then passes to Query.fromBytes. For greater flexibility, this function uses the base
Query class, but takes an optional type parameter if the type of query is known,
allowing stronger typeing.
Recreates a
Query
from a Base64-encoded string. First decodes the string to a buffer, then passes toQuery.fromBytes
. For greater flexibility, this function uses the baseQuery
class, but takes an optional type parameter if the type of query is known, allowing stronger typeing.