Hello.
I have an app with the auth set via firebase (sign via metamask and firebase cloud function to log my users as explained in the tuto).
This is working fine but now i want to use the react moralis hook so i would like to authentificate it at the same time as i log my user into firebase.
I get those in the process :
const message = resultMint.data.message;
const signature = await signMessageAsync({ message });
Anyway to set the auth in react moralis with those (without prompting another signature for the user)
Thanks