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
Asked
Active
Viewed 26 times
1 Answers
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.

Victor Gonzalez Chamorro
- 126
- 4