-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Secure data in Cloud Firestore #28
Labels
Comments
0xjei
added
Enhancement 🥋
Improve something already existing (e.g., a feature or build process)
and removed
5
Feature 🪄
A feature that didn't exist before
labels
Jun 14, 2022
0xjei
added
5
Feature 🪄
A feature that didn't exist before
and removed
3
Enhancement 🥋
Improve something already existing (e.g., a feature or build process)
labels
Aug 30, 2022
ctrlc03
added a commit
to ctrlc03/mpc-phase2-suite
that referenced
this issue
Jan 29, 2023
Implemented security rules to protect data in the Firestore db. This includes test cases to verify the correctness of the security rules. fix quadratic-funding#28
0xjei
pushed a commit
to ctrlc03/mpc-phase2-suite
that referenced
this issue
Feb 3, 2023
Implemented security rules to protect data in the Firestore db. This includes test cases to verify the correctness of the security rules. fix quadratic-funding#28
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Cloud Firestore offers robust access management and authentication through two different methods: IAM and Cloud Firestore Security Rules. We need to study how it works and design a rule set.
Tasks
Resources:
The text was updated successfully, but these errors were encountered: