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

Commit 3614a84

Browse files
committed
libraries/firebase: add todo
1 parent d72b3ff commit 3614a84

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

libraries/Firebase/Firebase.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@
1414
// limitations under the License.
1515
//
1616

17-
// Firebase is an helper library for build Firebase request.
17+
// Firebase is an helper library for building Firebase request.
18+
// TODO(proppy): add value() method for GET.
19+
// TODO(proppy): add update() method for PATCH.
20+
// TODO(proppy): add remove() method for DELETE.
21+
// TODO(proppy): add helper for decoding response.
1822
#ifndef firebase_h
1923
#define firebase_h
2024

0 commit comments

Comments
 (0)