File tree Expand file tree Collapse file tree 25 files changed +51
-52
lines changed Expand file tree Collapse file tree 25 files changed +51
-52
lines changed Original file line number Diff line number Diff line change 1
1
# Firebase Arduino Client Library for ESP8266 and ESP32
2
2
3
3
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
5
5
6
6
7
7
This library supports ESP8266 and ESP32 MCU from Espressif. The following are platforms in which libraries are also available.
Original file line number Diff line number Diff line change 1
1
name =Firebase Arduino Client Library for ESP8266 and ESP32
2
2
3
- version =1.0.0
3
+ version =1.0.1
4
4
5
5
author =Mobizt
6
6
Original file line number Diff line number Diff line change 1
1
/* *
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
3
3
*
4
4
* This library supports Espressif ESP8266 and ESP32
5
5
*
6
- * Created January 12 , 2021
6
+ * Created January 14 , 2021
7
7
*
8
8
* 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)
10
10
*
11
11
* The MIT License (MIT)
12
- * Copyright (c) 2021 , 2021 K. Suwatchai (Mobizt)
12
+ * Copyright (c) 2020 , 2021 K. Suwatchai (Mobizt)
13
13
*
14
14
*
15
15
* Permission is hereby granted, free of charge, to any person returning a copy of
Original file line number Diff line number Diff line change 1
1
/* *
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
3
3
*
4
4
* This library supports Espressif ESP8266 and ESP32
5
5
*
6
- * Created January 12 , 2021
6
+ * Created January 14 , 2021
7
7
*
8
8
* 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)
10
10
*
11
11
* The MIT License (MIT)
12
- * Copyright (c) 2021 , 2021 K. Suwatchai (Mobizt)
12
+ * Copyright (c) 2020 , 2021 K. Suwatchai (Mobizt)
13
13
*
14
14
*
15
15
* Permission is hereby granted, free of charge, to any person returning a copy of
39
39
#include " message/FCM.h"
40
40
#include " Utils.h"
41
41
#include " storage/FCS.h"
42
- #include < ETH.h>
43
42
44
43
class Firebase_ESP_Client
45
44
{
Original file line number Diff line number Diff line change 1
1
# Firebase Arduino Client Library for ESP8266 and ESP32
2
2
3
3
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
5
5
6
6
7
7
## Global functions
Original file line number Diff line number Diff line change 6
6
* Created January 12, 2021
7
7
*
8
8
* 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)
10
10
*
11
11
* The MIT License (MIT)
12
- * Copyright (c) 2021 , 2021 K. Suwatchai (Mobizt)
12
+ * Copyright (c) 2020 , 2021 K. Suwatchai (Mobizt)
13
13
*
14
14
*
15
15
* Permission is hereby granted, free of charge, to any person returning a copy of
Original file line number Diff line number Diff line change 6
6
* Created January 12, 2021
7
7
*
8
8
* 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)
10
10
*
11
11
* The MIT License (MIT)
12
- * Copyright (c) 2021 , 2021 K. Suwatchai (Mobizt)
12
+ * Copyright (c) 2020 , 2021 K. Suwatchai (Mobizt)
13
13
*
14
14
*
15
15
* Permission is hereby granted, free of charge, to any person returning a copy of
Original file line number Diff line number Diff line change 6
6
* Created January 12, 2021
7
7
*
8
8
* 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)
10
10
*
11
11
* The MIT License (MIT)
12
- * Copyright (c) 2021 , 2021 K. Suwatchai (Mobizt)
12
+ * Copyright (c) 2020 , 2021 K. Suwatchai (Mobizt)
13
13
*
14
14
*
15
15
* Permission is hereby granted, free of charge, to any person returning a copy of
Original file line number Diff line number Diff line change 6
6
* Created January 12, 2021
7
7
*
8
8
* 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)
10
10
*
11
11
* The MIT License (MIT)
12
- * Copyright (c) 2021 , 2021 K. Suwatchai (Mobizt)
12
+ * Copyright (c) 2020 , 2021 K. Suwatchai (Mobizt)
13
13
*
14
14
*
15
15
* Permission is hereby granted, free of charge, to any person returning a copy of
Original file line number Diff line number Diff line change 6
6
* Created January 12, 2021
7
7
*
8
8
* 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)
10
10
*
11
11
* The MIT License (MIT)
12
- * Copyright (c) 2021 , 2021 K. Suwatchai (Mobizt)
12
+ * Copyright (c) 2020 , 2021 K. Suwatchai (Mobizt)
13
13
*
14
14
*
15
15
* Permission is hereby granted, free of charge, to any person returning a copy of
Original file line number Diff line number Diff line change 6
6
* Created January 12, 2021
7
7
*
8
8
* 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)
10
10
*
11
11
* The MIT License (MIT)
12
- * Copyright (c) 2021 , 2021 K. Suwatchai (Mobizt)
12
+ * Copyright (c) 2020 , 2021 K. Suwatchai (Mobizt)
13
13
*
14
14
*
15
15
* Permission is hereby granted, free of charge, to any person returning a copy of
Original file line number Diff line number Diff line change 7
7
* Created January 12, 2021
8
8
*
9
9
* 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)
11
11
*
12
12
* The MIT License (MIT)
13
- * Copyright (c) 2021 , 2021 K. Suwatchai (Mobizt)
13
+ * Copyright (c) 2020 , 2021 K. Suwatchai (Mobizt)
14
14
*
15
15
*
16
16
* Permission is hereby granted, free of charge, to any person returning a copy of
Original file line number Diff line number Diff line change 6
6
* Created January 12, 2021
7
7
*
8
8
* 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)
10
10
*
11
11
* The MIT License (MIT)
12
- * Copyright (c) 2021 , 2021 K. Suwatchai (Mobizt)
12
+ * Copyright (c) 2020 , 2021 K. Suwatchai (Mobizt)
13
13
*
14
14
*
15
15
* Permission is hereby granted, free of charge, to any person returning a copy of
Original file line number Diff line number Diff line change 6
6
* Created January 12, 2021
7
7
*
8
8
* 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)
10
10
*
11
11
* The MIT License (MIT)
12
- * Copyright (c) 2021 , 2021 K. Suwatchai (Mobizt)
12
+ * Copyright (c) 2020 , 2021 K. Suwatchai (Mobizt)
13
13
*
14
14
*
15
15
* Permission is hereby granted, free of charge, to any person returning a copy of
Original file line number Diff line number Diff line change 6
6
* Created January 12, 2021
7
7
*
8
8
* 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)
10
10
*
11
11
* The MIT License (MIT)
12
- * Copyright (c) 2021 , 2021 K. Suwatchai (Mobizt)
12
+ * Copyright (c) 2020 , 2021 K. Suwatchai (Mobizt)
13
13
*
14
14
*
15
15
* Permission is hereby granted, free of charge, to any person returning a copy of
Original file line number Diff line number Diff line change 6
6
* Created January 12, 2021
7
7
*
8
8
* 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)
10
10
*
11
11
* The MIT License (MIT)
12
- * Copyright (c) 2021 , 2021 K. Suwatchai (Mobizt)
12
+ * Copyright (c) 2020 , 2021 K. Suwatchai (Mobizt)
13
13
*
14
14
*
15
15
* Permission is hereby granted, free of charge, to any person returning a copy of
Original file line number Diff line number Diff line change 6
6
* Created January 12, 2021
7
7
*
8
8
* 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)
10
10
*
11
11
* The MIT License (MIT)
12
- * Copyright (c) 2021 , 2021 K. Suwatchai (Mobizt)
12
+ * Copyright (c) 2020 , 2021 K. Suwatchai (Mobizt)
13
13
*
14
14
*
15
15
* Permission is hereby granted, free of charge, to any person returning a copy of
Original file line number Diff line number Diff line change 6
6
* Created January 12, 2021
7
7
*
8
8
* 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)
10
10
*
11
11
* The MIT License (MIT)
12
- * Copyright (c) 2021 , 2021 K. Suwatchai (Mobizt)
12
+ * Copyright (c) 2020 , 2021 K. Suwatchai (Mobizt)
13
13
*
14
14
*
15
15
* Permission is hereby granted, free of charge, to any person returning a copy of
Original file line number Diff line number Diff line change 6
6
* Created January 12, 2021
7
7
*
8
8
* 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)
10
10
*
11
11
* The MIT License (MIT)
12
- * Copyright (c) 2021 , 2021 K. Suwatchai (Mobizt)
12
+ * Copyright (c) 2020 , 2021 K. Suwatchai (Mobizt)
13
13
*
14
14
*
15
15
* Permission is hereby granted, free of charge, to any person returning a copy of
Original file line number Diff line number Diff line change 6
6
* Created January 12, 2021
7
7
*
8
8
* 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)
10
10
*
11
11
* The MIT License (MIT)
12
- * Copyright (c) 2021 , 2021 K. Suwatchai (Mobizt)
12
+ * Copyright (c) 2020 , 2021 K. Suwatchai (Mobizt)
13
13
*
14
14
*
15
15
* Permission is hereby granted, free of charge, to any person returning a copy of
Original file line number Diff line number Diff line change 6
6
* Created January 12, 2021
7
7
*
8
8
* 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)
10
10
*
11
11
* The MIT License (MIT)
12
- * Copyright (c) 2021 , 2021 K. Suwatchai (Mobizt)
12
+ * Copyright (c) 2020 , 2021 K. Suwatchai (Mobizt)
13
13
*
14
14
*
15
15
* Permission is hereby granted, free of charge, to any person returning a copy of
Original file line number Diff line number Diff line change 6
6
* Created January 12, 2021
7
7
*
8
8
* 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)
10
10
*
11
11
* The MIT License (MIT)
12
- * Copyright (c) 2021 , 2021 K. Suwatchai (Mobizt)
12
+ * Copyright (c) 2020 , 2021 K. Suwatchai (Mobizt)
13
13
*
14
14
*
15
15
* Permission is hereby granted, free of charge, to any person returning a copy of
Original file line number Diff line number Diff line change 6
6
* Created January 12, 2021
7
7
*
8
8
* 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)
10
10
*
11
11
* The MIT License (MIT)
12
- * Copyright (c) 2021 , 2021 K. Suwatchai (Mobizt)
12
+ * Copyright (c) 2020 , 2021 K. Suwatchai (Mobizt)
13
13
*
14
14
*
15
15
* Permission is hereby granted, free of charge, to any person returning a copy of
Original file line number Diff line number Diff line change 6
6
* Created January 12, 2021
7
7
*
8
8
* 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)
10
10
*
11
11
* The MIT License (MIT)
12
- * Copyright (c) 2021 , 2021 K. Suwatchai (Mobizt)
12
+ * Copyright (c) 2020 , 2021 K. Suwatchai (Mobizt)
13
13
*
14
14
*
15
15
* Permission is hereby granted, free of charge, to any person returning a copy of
Original file line number Diff line number Diff line change 6
6
* Created January 12, 2021
7
7
*
8
8
* 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)
10
10
*
11
11
* The MIT License (MIT)
12
- * Copyright (c) 2021 , 2021 K. Suwatchai (Mobizt)
12
+ * Copyright (c) 2020 , 2021 K. Suwatchai (Mobizt)
13
13
*
14
14
*
15
15
* Permission is hereby granted, free of charge, to any person returning a copy of
You can’t perform that action at this time.
0 commit comments