Webhook without firebase

Hi Moralis supporters,

I want to fetch data webhook to my local database without firebase, couldn’t I ?

Thanks

Hey @trihdm95,

Thanks for reaching out to us :grinning_face_with_smiling_eyes:

Yes that is possible. If you are developing locally, make sure that you have your webhook exposed to the internet by using something like ngrok, then just make your webhook to specifically interact with your local database and save the received data there and that should do.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.