Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Added warning message to stream() until we can fix it. #213

Merged
merged 1 commit into from
Oct 18, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/FirebaseArduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@ class FirebaseArduino {
* You should check success() after calling.
* This changes the state of this object. Once this is called you may start
* monitoring available() and calling readEvent() to get new events.
* WARNING: Currently you cannot make another call while the stream is
* running, otherwise you will crash due to memory issues. See:
* https://github.com/googlesamples/firebase-arduino/issues/48
* \param path The path inside of your db to the node you wish to monitor.
*/
void stream(const String& path);
Expand Down