Firebase and HTTPS over custom API. #389
Closed
Ricardo-Manzanares
started this conversation in
General
Replies: 1 comment 3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On my ESP8266 Firebase connections work correctly, also HTTPS requests to external custom API.
The problem I have is when the Firebase connection is initialized in the setup or post startup functions, any HTTPS request that is executed returns a -1.
If I disable the Firebase connection, just by commenting out the Firebase.begin(&config, &auth) line; the HTTPS requests work correctly.
Is there any incompatibility of using both connections?
My ESP8266 receives an HTTP connection on an ESP8266WebServer, queries data to Firebase and executes an HTTPS connection to a custom API and I have the problem that the last part of the process returns -1 with error description : connection failed
any idea?
thanks
Beta Was this translation helpful? Give feedback.
All reactions