Hi everyone. I just bought an r1 which works great! In the past I have done some IOT projects, always relying on FIREBASE also to create the app. I can't find a library compatible with R1 and its WIFI... any advice? Thanks for HELP!!!
Which libraries did you try?
I have not tried this library using the Giga board, but looking at the library.properties file I don't see why it wouldn't work if you add in "mbed_giga" to the architectures list, like so:
architectures=esp8266,esp32,sam,samd,stm32,STM32F1,STM32F4,teensy,avr,megaavr,mbed_nano,mbed_rp2040,mbed_giga
Just note that if the library is ever updated this will overwrite this mod.
Of course, if it works you should inform the library owner, who would probably update or better still you could do a pull request.
The Firebase_ESP32 library can be found in Arduino library manager or on GitHub.
PS. If you have this library and you want to try and see if it works without doing this modification, then just search for one of the library examples listed in the Arduino Examples menu option under the folder "INCOMPATIBLE". This will be the last folder listed in the examples menu (need to scroll to the bottom).