0

To display list of users in my app from Firebase Database,what rule do i need to publish? have tried this here,yet did'nt find my answers

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
Spack king
  • 53
  • 1
  • 6

1 Answers1

0

If you refer to users registered using firebase sign up ( with email, Google account, etc). You will not be able to retrieve that sensitive information in client side. You will have to create a backend server using firebase api and there you retrieve the users information. You will have to implement a proper authorization in your backend.