This project demonstrates how to implement a simple messaging system between two ESP32 boards using Firebase Realtime Database. One ESP32 can send messages to Firebase, while the other can receive and display these messages in real-time.
- Send messages from ESP32 to Firebase Realtime Database.
- Receive and display messages on another ESP32 from Firebase.
- Uses HTTPClient for HTTP requests and ArduinoJson for JSON parsing.
- Arduino IDE installed.
- ESP32 development board.
- WiFi network credentials.
- Firebase Realtime Database project.
-
Clone the repository:
git clone https://github.com/your-username/esp32-firebase-messaging.git