Skip to content
New issue

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

Push Parameters #71

Open
JerahAnibor opened this issue Apr 19, 2017 · 1 comment
Open

Push Parameters #71

JerahAnibor opened this issue Apr 19, 2017 · 1 comment

Comments

@JerahAnibor
Copy link

Please explain the parameters to pass into the push function?
Thanks.

push($path, $data, $options);

@gik000
Copy link

gik000 commented Jun 28, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants