Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite482a2f

Browse files
committed
Minor comment update
1 parentdba2fee commite482a2f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

‎src/FirebaseArduino.h‎

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,16 @@
2727
/**
2828
* Gateway class for Arduino clients to interact with the Firebase backend.
2929
* This implementation is designed to follow Arduino best practices and favor
30-
* simplicity over all else. For more complicated usecases and more control
31-
* see the Firebase class in Firebase.h.
30+
* simplicity over all else.
31+
* For more complicated usecases and more control see the Firebase class in
32+
* Firebase.h.
3233
*/
3334
classFirebaseArduino {
3435
public:
3536
/**
3637
* Must be called first. This sets the class up for use.
37-
* \param host Your firebase dbserverdomain name, usually X.firebaseIO.com.
38-
* \param auth Optional authentication for the db, aSecret orToken.
38+
* \param host Your firebase db domain name, usually X.firebaseIO.com.
39+
* \param auth Optional authentication for the db, asecret ortoken.
3940
*/
4041
voidbegin(constchar* host,constchar* auth ="");
4142

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp