Skip to content
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

Bypass Firestore database #4

Open
EightRice opened this issue Feb 13, 2024 · 0 comments
Open

Bypass Firestore database #4

EightRice opened this issue Feb 13, 2024 · 0 comments

Comments

@EightRice
Copy link
Collaborator

EightRice commented Feb 13, 2024

At the moment, the app is updating and retrieving data from NoSQL collections in Firebase. This setup is prone to failures from someone closing the app while a transaction is pending or just using a 3rd party client to make calls to the contract and change its state. We can mitigate this vulnerability by fetching the data directly from the chain (using RPC nodes) and only use Firestore to augment the data onchain.

@EightRice EightRice changed the title Bypass Firebase hosting Bypass Firestore database Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant