[SOLVED] V1 authenticate() created sync classes in database but V2 doesn't have functionality - any other option to do this?

Hey,

I noticed in Moralis SDK V1 the Moralis Authenticate() feature doesn’t have a replacement yet in V2. Am I correct?

MoralisWeb3 authenticate() - the docs say “All Assets, Tokens, and NFTs of your users are automatically synced into your Moralis database.”

I noticed a server I use with moralis-v1 has the following database classes created once a user uses authenticate():

_AddressSyncStatus
_EthAddress
PolygonNFTTransfers or EthNFTTransfers
PolygonTokenTransfers or EthTokenTransfers
PolygonTransactions or EthTransactions

I just demo’ed V2 using ethereum-bolierplate and it doesn’t look like this sync happens anymore with the new Auth API.

There will be a new api specific to syncing data. It is not ready yet, we are working on it.

1 Like

Okay, I’ll hold off refactoring my app then.

Thanks

1 Like