1

I have a firebase java based project with user authentication. I want to create an Admin user and allow admin to read/wite users verification/validation.

FYI, im Total firebase noob. and I have'nt found any meaningful resource on this.

user755
  • 2,521
  • 3
  • 18
  • 29

1 Answers1

3

There is no such thing as an "admin user" in Firebase. You will have to create the logic for that in your app. How to do this, depends on the logic of your app (and for example the Firebase features you use).

If you're using the Firebase Database, these are good places to start:

Community
  • 1
  • 1
Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807