Search found 1 match

by stoyanoff
Wed Dec 06, 2023 11:33 am
Forum: Sample Code
Topic: ESP32 json patch data with auth
Replies: 0
Views: 23314

ESP32 json patch data with auth

Greetings! I am building my own system and I am using ESP32. So my database is firebase and I have authentication activated. So I am recieving a token by email and password. So in this case if I add this token to the url it becomes quite long. So I am using AT+HTTPURLCFG to set the long url. But in ...