Skip to content

Instantly share code, notes, and snippets.

View jewel3g's full-sized avatar

Md Anaet Ullah (Jewel) jewel3g

  • Power EXplorers
  • Dhaka , Bangladesh
View GitHub Profile
#include <ESP8266WiFi.h>
#include <FirebaseArduino.h>
// Set these to run example.
#define FIREBASE_HOST "nasa2018-77e29.firebaseio.com"
#define FIREBASE_AUTH "8rwBzWLyLGo3Hs7HBNRM6KMbOvMPt5pJideg3Kjy"
#define WIFI_SSID "Robot1"
#define WIFI_PASSWORD "121121121"
#include <Firebase.h>
#include <FirebaseArduino.h>
#include <FirebaseCloudMessaging.h>
#include <FirebaseError.h>
#include <FirebaseHttpClient.h>
#include <FirebaseObject.h>
#include "DHT.h"
#include <ESP8266WiFi.h>