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

Which protocol does Node RED get data from Firebase #31

Open
mixaobo opened this issue Jul 27, 2019 · 0 comments
Open

Which protocol does Node RED get data from Firebase #31

mixaobo opened this issue Jul 27, 2019 · 0 comments

Comments

@mixaobo
Copy link

mixaobo commented Jul 27, 2019

i'm doing thesis, and using node red right now. i'm using ESP32 to push data to firebase and i ask this question too and this is what i get:

Google does not provide the websocket end point to connect to Firebase server directly. They provide the APIs (in SDK) for all their Firebase products included RTDB, for various platforms e.g JavaScript, Android, iOS, REST etc.
Only REST APIs are suitable for internet capable devices with limited resource which is not depending on platform or OS.
That's is the only approach where we use to communicate to Firebase using HTTP request to the REST API end point.

As i know, Firebase use websocket to get or push data to client. so which protocol do you use to get data from node red

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

1 participant