FirebaseExtended / firebase-arduino

Arduino samples for Firebase.
Apache License 2.0
943 stars 494 forks source link

can I use the library with user authentication? #453

Closed AdnanAlshami closed 4 years ago

AdnanAlshami commented 4 years ago

I want to develop a simple security system Using esp8266 boards and an android app.

each board can access only its owner data, and each user can access only his board data.

so I need a way to structure this scenario

PrateekGoyal18 commented 4 years ago

Are you using any kind of cloud database? If yes, then you can save the user credentials there and always check if username & password are as per saved in the database to proceed further.