You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to ensure that my user's data is protected with encryption (HTTPS and AES) and implement GDPR/CCPA compliance. This will allow my users to feel comfortable sharing their data on this platform.
The text was updated successfully, but these errors were encountered:
To do so, I will review backend data storage and user authentication with Firebase.
Review backend data storage and ensure sensitive user data is encrypted before storage.
Use Firebase Authentication to secure user login and sessions.
Implement secure data transfer with HTTPS for all client-server communication.
Develop a Privacy Policy page that outlines how user data is handled, complying with CCPA "Do Not Sell My Data" and GDPR "Right to Be Forgotten" features.
Rescoping: For MVP, If compliance for all regions isn’t feasible, I plan to focus on US data privacy laws.
I want to ensure that my user's data is protected with encryption (HTTPS and AES) and implement GDPR/CCPA compliance. This will allow my users to feel comfortable sharing their data on this platform.
The text was updated successfully, but these errors were encountered: