Is there a way to use Firebase with the esp8266 or esp32 in a way where I don't have to cough up an admin key for each device I want to have access? I want to give my devices the ability to read and then write a small response. I was thinking maybe a cloud function might be better for this, as it doesn't require https and I can take in a header and handle it however I want. If there is a way to directly read and write without giving away an Admin key I would rather do that instead. Side question, how secure is the esp32 & esp8266, can their memories/rom be read by an outside device?
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.