-
Notifications
You must be signed in to change notification settings - Fork 1
Bypass Firestore database #4
Copy link
Copy link
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels