I'm currently using firebase-admin
to create a web Dashboard with node.js
as a backend which will have multiple users and those users have user specific data in my database, note that I need them to be able to delete or add stuff to the database as well, I've managed to add new users to Autentication
using firebase.auth().createUser()
programmatically, but how would one go about logging in a user, and then from there controlling which uid
is logged in and displaying his data (giving him access to the correct data, obviously don't want him messing with someone elses data).
I know this might seem like a really newbie question, and it probably is, but firebase docs always get me confused for some reason. Any tips? I'd greatly appreciate.
Any questions don't hesitate.
via Fábio Santos
No comments:
Post a Comment