Library for Firebase, PUT, PATCH, POST, GET, DELETE operations supported, (others are available, todo). Based on Mbed's https-example. Tested on STM32F767 using ETHERNET and ESP8266 WIFI interfaces and STM32F446 using ESP8266 WIFI interface.

Dependents:   Firebase-Example

Revision:
2:cde6181a8320
Parent:
1:4f2c1fcc6fb6
Child:
3:4d7c08734a91
--- a/Firebase.h	Sun Mar 08 14:43:48 2020 +0000
+++ b/Firebase.h	Sun Mar 08 14:49:02 2020 +0000
@@ -57,11 +57,6 @@
 const char FirebaseAuth[100]= "Web API key";                        // web API key
 */
 
-// set Firebase project information..
-char    FirebaseUrl[300];   // dimension to suit required character space
-const char FirebaseID[100]  = "https://mbed-a5059.firebaseio.com";   // project ID 
-const char FirebaseAuth[100]= "YPXm66X4m82sdy3srbPwcPYvpdNwrNUCAJ9xsZsL"; // web API key
-
 char*   getData;
 int     TLSfailText,httpfail;
 /* Port number used to connect to the server */