2

From the docs:

The admin user management API gives you the ability to programmatically complete the following tasks from a secure server environment:

  • Build custom user consoles that are tailored to a specific application's user management system.

Does it mean that i can add custom fields to the user objects, if yes how ?

1 Answer 1

1

I'd bet it refers not to the capabilities of the API per se, but the fact that you can integrate the API in your own user management system (if you had one already) or build one specific for you and your team.

Does it mean that i can add custom fields to the user objects, if yes how ?

I haven't used it, but isn't this more involved in customising the user?:

  • Update user properties - including their password - without having to sign in as the user.

Could you add these extra fields in a different document and link the users via the uuid? I guess keeping these documents clean (especially these one, being fairly critical to be fast and reliable) is way better than stuffing them with plenty of data.

One last thought about your question. If Firebase allowed anyone to modify these fields arbitrarily from the Realtime Database, we wouldn't have an Admin library to do so, would we?

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.