I am doing an android app project on quickblox. I want to add more fields in the users panel. how can I do that. Also how to integrate location in my app so that I can get the location of the person who logs in
Asked
Active
Viewed 61 times
1 Answers
1
You have 2 options now:
- You can have location filed with CustomObjects module
and then to create a special class like UserParams and have a single record per user with all additional data.
- Use user's customData field https://quickblox.com/developers/SimpleSample-users-android#Custom_data
but you can not filter users by customData field

Rubycon
- 18,156
- 10
- 49
- 70