Please using firebase, will I be able to see user balance, transaction history etc on firebase, just like how moralis dashboard presented user wallet informations?
Please help
Hi @Blaq
We have streams API that is the replacement for Server syncs. Using this you can add realtime transactions to the firebase database.
Here is a tutorial on how you can do that.
You can fetch the historic transactions of a wallet using our web3 API. Here is an API docs of the endpoint to get the transactions of the wallet.
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.