We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please explain the parameters to pass into the push function? Thanks.
push($path, $data, $options);
The text was updated successfully, but these errors were encountered:
Hi,
the $options eventually will be passed to http_build_query http://php.net/manual/en/function.http-build-query.php that build the query string.
$path is the full remote (firebase) path to work on
$data is a data structure that will be passed to firebase database as json.
Sorry, something went wrong.
No branches or pull requests
Please explain the parameters to pass into the push function?
Thanks.
push($path, $data, $options);
The text was updated successfully, but these errors were encountered: