You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Firebase Google Group
Hi there, I am using Firebase to control ESP 32 for activating different PGIOs. I may eventually have more than 100 clients. I used Random nerd tutorials to set up Firebase for the project. The C++ code inside the ESP32 is hard coding clients' ID and Wifi data. I can handle Wifi data using the Wifi manager. But I need to figure out how not to hard code the client's ID in my C++ code. I need to get some guidelines to build a webpage to allow clients to input their ID and password so that only that client can control their device (Hardware ). Thanks and regards Kazem