File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,7 @@ class Firebase {
36
36
Firebase (const String& host);
37
37
Firebase& auth (const String& auth);
38
38
39
- // Fetch result at "path" to a local variable. If the value is too large you will exceed
40
- // local memory.
39
+ // Fetch result at "path".
41
40
FirebaseGetResult get (const String& path);
42
41
43
42
// Add new value to list at "path", will return child name of new item.
@@ -58,8 +57,7 @@ class Firebase {
58
57
String auth_;
59
58
};
60
59
61
-
62
- // Result from a Firebase call.
60
+ // Base class for Results from a Firebase call.
63
61
class FirebaseResult {
64
62
public:
65
63
// Constructor for error result.
@@ -145,8 +143,6 @@ class FirebaseEventStream {
145
143
PATCH
146
144
};
147
145
148
- FirebaseEventStream (const String& host, const String& auth, const String& path);
149
-
150
146
// Read next event in stream.
151
147
Event read (String& event);
152
148
You can’t perform that action at this time.
0 commit comments