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

Commit 8b0bdc2

Browse files
committed
Added warning message to stream() until we can fix it.
1 parent db97591 commit 8b0bdc2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/FirebaseArduino.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,9 @@ class FirebaseArduino {
189189
* You should check success() after calling.
190190
* This changes the state of this object. Once this is called you may start
191191
* monitoring available() and calling readEvent() to get new events.
192+
* WARNING: Currently you cannot make another call while the stream is
193+
* running, otherwise you will crash due to memory issues. See:
194+
* https://github.com/googlesamples/firebase-arduino/issues/48
192195
* \param path The path inside of your db to the node you wish to monitor.
193196
*/
194197
void stream(const String& path);

0 commit comments

Comments
 (0)