-
-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Send_Message examples throw missing header files error (ESP8266) #1
Comments
This library is for ESP8266 and ESP32. |
Ok you are right I accidently edit the source to include ethernet to test but forgot to remove it when publish. |
The library updated. |
Okay thanks. |
The legacy FCM works normally. Please check the example. |
The HTTPv1 uses OAuth2.0 for authenticate while the legacy API authentication uses the sever key as in the old 2 years library and no problem with that. |
Hey, Im using Arduino Uno to program ESP8266 to send messages to my phone via FCM.
After inserting all keywords i got the following error for both the legacy and HTTPv1 examples:
C:...\Firebase-ESP-Client-main\src/Firebase_ESP_Client.h:42:17: fatal error: No such file or directory
#include <ETH.h>
I editet the file "Firebase_ESP_Client.h", so that ETH.h will not be imported. The program compiled properly.
I got it working for the HTTPv1 Protocol, but not for legacy, but its possible that there are non related problems.
The text was updated successfully, but these errors were encountered: