Firebase User Privacy

I am studying the use of Firebase in an iOS application. Functionally, it looks good, but is there a way to ensure that user data remains confidential from the developer ?

I know that I may need authentication and make sure that users see only their data in the application. I also know that it uses HTTPS. My concern is that when I enter the Firebase console, I see everything . I want to be able to honestly tell users that their personal data is actually private, not only from other users, but from me and any other developers who are working on the project in the future.

I do not need encryption, but if this is the only option, I would consider it. But I also don’t think that the data “private” is really confidential if anyone who works in the application can view it whenever they want.

+4
source share

Source: https://habr.com/ru/post/1662567/


All Articles