Skip to content

Commit a5176de

Browse files
committed
Minor fix header inclusion
1 parent 4e529ce commit a5176de

25 files changed

+51
-52
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Firebase Arduino Client Library for ESP8266 and ESP32
22

33

4-
Google's Firebase Arduino ClientLibrary for ESP8266 and ESP32 v 1.0.0
4+
Google's Firebase Arduino ClientLibrary for ESP8266 and ESP32 v 1.0.1
55

66

77
This library supports ESP8266 and ESP32 MCU from Espressif. The following are platforms in which libraries are also available.

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name=Firebase Arduino Client Library for ESP8266 and ESP32
22

3-
version=1.0.0
3+
version=1.0.1
44

55
author=Mobizt
66

src/Firebase_ESP_Client.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
/**
2-
* Google's Firebase ESP Client Main class, Firebase_ESP_Client.cpp version 1.0.0
2+
* Google's Firebase ESP Client Main class, Firebase_ESP_Client.cpp version 1.0.1
33
*
44
* This library supports Espressif ESP8266 and ESP32
55
*
6-
* Created January 12, 2021
6+
* Created January 14, 2021
77
*
88
* This work is a part of Firebase ESP Client library
9-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
9+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1010
*
1111
* The MIT License (MIT)
12-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
12+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1313
*
1414
*
1515
* Permission is hereby granted, free of charge, to any person returning a copy of

src/Firebase_ESP_Client.h

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
/**
2-
* Google's Firebase ESP Client Main class, Firebase_ESP_Client.h version 1.0.0
2+
* Google's Firebase ESP Client Main class, Firebase_ESP_Client.h version 1.0.1
33
*
44
* This library supports Espressif ESP8266 and ESP32
55
*
6-
* Created January 12, 2021
6+
* Created January 14, 2021
77
*
88
* This work is a part of Firebase ESP Client library
9-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
9+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1010
*
1111
* The MIT License (MIT)
12-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
12+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1313
*
1414
*
1515
* Permission is hereby granted, free of charge, to any person returning a copy of
@@ -39,7 +39,6 @@
3939
#include "message/FCM.h"
4040
#include "Utils.h"
4141
#include "storage/FCS.h"
42-
#include <ETH.h>
4342

4443
class Firebase_ESP_Client
4544
{

src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Firebase Arduino Client Library for ESP8266 and ESP32
22

33

4-
Google's Firebase Arduino Client Library for ESP8266 and ESP32 v 1.0.0
4+
Google's Firebase Arduino Client Library for ESP8266 and ESP32 v 1.0.1
55

66

77
## Global functions

src/database/FB_RTDB.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
* Created January 12, 2021
77
*
88
* This work is a part of Firebase ESP Client library
9-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
9+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1010
*
1111
* The MIT License (MIT)
12-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
12+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1313
*
1414
*
1515
* Permission is hereby granted, free of charge, to any person returning a copy of

src/database/FB_RTDB.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
* Created January 12, 2021
77
*
88
* This work is a part of Firebase ESP Client library
9-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
9+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1010
*
1111
* The MIT License (MIT)
12-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
12+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1313
*
1414
*
1515
* Permission is hereby granted, free of charge, to any person returning a copy of

src/database/QueryFilter.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
* Created January 12, 2021
77
*
88
* This work is a part of Firebase ESP Client library
9-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
9+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1010
*
1111
* The MIT License (MIT)
12-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
12+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1313
*
1414
*
1515
* Permission is hereby granted, free of charge, to any person returning a copy of

src/database/QueryFilter.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
* Created January 12, 2021
77
*
88
* This work is a part of Firebase ESP Client library
9-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
9+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1010
*
1111
* The MIT License (MIT)
12-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
12+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1313
*
1414
*
1515
* Permission is hereby granted, free of charge, to any person returning a copy of

src/database/QueueInfo.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
* Created January 12, 2021
77
*
88
* This work is a part of Firebase ESP Client library
9-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
9+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1010
*
1111
* The MIT License (MIT)
12-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
12+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1313
*
1414
*
1515
* Permission is hereby granted, free of charge, to any person returning a copy of

src/database/QueueInfo.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
* Created January 12, 2021
77
*
88
* This work is a part of Firebase ESP Client library
9-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
9+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1010
*
1111
* The MIT License (MIT)
12-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
12+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1313
*
1414
*
1515
* Permission is hereby granted, free of charge, to any person returning a copy of

src/database/QueueManager.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
* Created January 12, 2021
88
*
99
* This work is a part of Firebase ESP Client library
10-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
10+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1111
*
1212
* The MIT License (MIT)
13-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
13+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1414
*
1515
*
1616
* Permission is hereby granted, free of charge, to any person returning a copy of

src/database/QueueManager.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
* Created January 12, 2021
77
*
88
* This work is a part of Firebase ESP Client library
9-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
9+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1010
*
1111
* The MIT License (MIT)
12-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
12+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1313
*
1414
*
1515
* Permission is hereby granted, free of charge, to any person returning a copy of

src/message/FCM.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
* Created January 12, 2021
77
*
88
* This work is a part of Firebase ESP Client library
9-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
9+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1010
*
1111
* The MIT License (MIT)
12-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
12+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1313
*
1414
*
1515
* Permission is hereby granted, free of charge, to any person returning a copy of

src/message/FCM.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
* Created January 12, 2021
77
*
88
* This work is a part of Firebase ESP Client library
9-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
9+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1010
*
1111
* The MIT License (MIT)
12-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
12+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1313
*
1414
*
1515
* Permission is hereby granted, free of charge, to any person returning a copy of

src/session/FB_Session.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
* Created January 12, 2021
77
*
88
* This work is a part of Firebase ESP Client library
9-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
9+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1010
*
1111
* The MIT License (MIT)
12-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
12+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1313
*
1414
*
1515
* Permission is hereby granted, free of charge, to any person returning a copy of

src/session/FB_Session.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
* Created January 12, 2021
77
*
88
* This work is a part of Firebase ESP Client library
9-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
9+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1010
*
1111
* The MIT License (MIT)
12-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
12+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1313
*
1414
*
1515
* Permission is hereby granted, free of charge, to any person returning a copy of

src/signer/Signer.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
* Created January 12, 2021
77
*
88
* This work is a part of Firebase ESP Client library
9-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
9+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1010
*
1111
* The MIT License (MIT)
12-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
12+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1313
*
1414
*
1515
* Permission is hereby granted, free of charge, to any person returning a copy of

src/signer/Signer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
* Created January 12, 2021
77
*
88
* This work is a part of Firebase ESP Client library
9-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
9+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1010
*
1111
* The MIT License (MIT)
12-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
12+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1313
*
1414
*
1515
* Permission is hereby granted, free of charge, to any person returning a copy of

src/storage/FCS.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
* Created January 12, 2021
77
*
88
* This work is a part of Firebase ESP Client library
9-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
9+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1010
*
1111
* The MIT License (MIT)
12-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
12+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1313
*
1414
*
1515
* Permission is hereby granted, free of charge, to any person returning a copy of

src/storage/FCS.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
* Created January 12, 2021
77
*
88
* This work is a part of Firebase ESP Client library
9-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
9+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1010
*
1111
* The MIT License (MIT)
12-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
12+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1313
*
1414
*
1515
* Permission is hereby granted, free of charge, to any person returning a copy of

src/stream/FB_MP_Stream.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
* Created January 12, 2021
77
*
88
* This work is a part of Firebase ESP Client library
9-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
9+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1010
*
1111
* The MIT License (MIT)
12-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
12+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1313
*
1414
*
1515
* Permission is hereby granted, free of charge, to any person returning a copy of

src/stream/FB_MP_Stream.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
* Created January 12, 2021
77
*
88
* This work is a part of Firebase ESP Client library
9-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
9+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1010
*
1111
* The MIT License (MIT)
12-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
12+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1313
*
1414
*
1515
* Permission is hereby granted, free of charge, to any person returning a copy of

src/stream/FB_Stream.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
* Created January 12, 2021
77
*
88
* This work is a part of Firebase ESP Client library
9-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
9+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1010
*
1111
* The MIT License (MIT)
12-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
12+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1313
*
1414
*
1515
* Permission is hereby granted, free of charge, to any person returning a copy of

src/stream/FB_Stream.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
* Created January 12, 2021
77
*
88
* This work is a part of Firebase ESP Client library
9-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
9+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1010
*
1111
* The MIT License (MIT)
12-
* Copyright (c) 2021, 2021 K. Suwatchai (Mobizt)
12+
* Copyright (c) 2020, 2021 K. Suwatchai (Mobizt)
1313
*
1414
*
1515
* Permission is hereby granted, free of charge, to any person returning a copy of

0 commit comments

Comments
 (0)