0

This is a more general question, but how do I get unique information based on who has signed in? Right now I can get very basic information such as the user's name, profile picture, email, etc.

For example:

user.profile.name or user.profile.email

But let's say that I have a calendar app. Each user who signs in will have a different list of events. Where would retrieve the user's unique information from and where do I store their information which is directly generated from my app?

I just want the general idea of how to structure it and display unique information based on whoever just signed in. I was thinking that people probably do this in Firebase Realtime DB, but I'm not 100% where to go with that.

Im doing this in iOS

Kelvin Jou
  • 186
  • 1
  • 10
  • This is a very common question and has been asked many times here on SO. I linked a similar question above but check out [this](https://stackoverflow.com/questions/33737009/how-do-you-search-access-users-data) and [this](https://stackoverflow.com/questions/35112107/how-can-i-create-a-user-with-multiple-attributes-in-firebase-with-swift/35114490#35114490) answer as well. [this](https://stackoverflow.com/questions/46309002/organizing-firebase-data/46328018#46328018) while a bit off topic may be useful as well. – Jay Feb 21 '22 at 19:28

0 Answers0