data-retrieval

How do I link each user to their data in Firebase?

僤鯓⒐⒋嵵緔 提交于 2019-11-26 00:37:25
问题 I plan to create a main tree named users which will include the name different users used as username. So, from each username will be included their data e.g. Full Name, Address, Phone No. I want to know how to get each user\'s data when they log in on their profile. 回答1: First of all i suggest you spend some time getting familiar with firebase by reading the Firebase Guide (Link to old Firebase Guide). Everything you need to know to answer your own question is available there. But for