mobizt / Firebase-ESP32

[DEPRECATED]🔥 Firebase RTDB Arduino Library for ESP32. The complete, fast, secured and reliable Firebase Arduino client library that supports CRUD (create, read, update, delete) and Stream operations.
MIT License
415 stars 118 forks source link

problem when using firebase library with esp email client library #315

Closed pantojazapata closed 8 months ago

pantojazapata commented 8 months ago

I am doing a project with firebase on an esp32 (for which I am using the Firebase Arduino Client Library for ESP8266 and ESP32) and in addition to this I want the esp32 to have the ability to send emails (for which I am using the ESP library- Mail-Client). The problem I get is that there are multiple definitions since both libraries have common files.

How can i solve this?

I attach the output file.

[Uploading Problem.txt…]()

pantojazapata commented 8 months ago

I solved with this post https://github.com/mobizt/Firebase-ESP32/discussions/312