We are developing an application with Firebase which includes some sensitive data like messages. I learned that realtime database is encrypted in servers but project administrators can see the data. So I thought we could continue to develop our application without data encryption and minimalize the developer count who has access the database.
Is there any way to develop firebase project without access to database (I thought making our own developer panel for debugging may be good idea) or we should encrypt our data?
If you are working in a big company or a big project using Firebase, how did you solve this problem?