Hello
I successfully:
- Calculate Amp of Current
- Send SMS and insert data into Database with the help of PHP Script through GET method.
Tools used were:
- Arduino UNO
- GSM Module: SIM900A
- Current Sensor: ACS712
My primary goal is to find out if one specific AC appliance is turned ON and I will send notification to multiple users through their Android Phones.
I did it but I don't like using MySQL Database for storing and retrieving data as I have to refresh all Android Phones with some time interval which is really bad practise.
What I want is to store my data to Google Firebase as it will sync data by itself.
- What I studied is I can't do it via Arduino with HTTP request as Firebase uses HTTPS connection.
- I studied this library called firebase-arduino as I am using SIM900A not using ESP Wifi Shield so getting hard time integrating it.
Can you please provide me with simple and straight example so that everyone on this planet get benefit?