Search found 1 match
- Wed Jun 05, 2024 2:36 pm
- Forum: General Discussion
- Topic: Reading API Chunked Response in C
- Replies: 1
- Views: 834
Reading API Chunked Response in C
I'm building a Firebase API in C for esp32-c3 Currently I'm able to construct the url and perform a request but for some reason I can't read any data from the response and response len is always 0 here's the code and the output void firebase_login_user(Firebase* self, char* email, char* password) { ...