Skip to content

Instantly share code, notes, and snippets.

@beriberikix
Created April 3, 2016 18:53
Show Gist options
  • Save beriberikix/25938fd55b970c497c60473fa12bbe61 to your computer and use it in GitHub Desktop.
Save beriberikix/25938fd55b970c497c60473fa12bbe61 to your computer and use it in GitHub Desktop.
Convenient way to manage settings in the firebase-arduino examples
#ifndef _SETTINGS_H_
#define _SETTINGS_H_
// Wifi
#define SSID "your-network-name"
#define PASS "your-network-password"
// Firebase
#define FIREBASE_HOST "your-firebase-name.firebaseio.com"
#define FIREBASE_SECRET "###secret###"
#endif /* _SETTINGS_H_ */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment