Home > database >  How to make flutter android with my pc as an online database?
How to make flutter android with my pc as an online database?

Time:06-14

Is it possible to make my pc as an online database for my personal flutter android application ? also i use mongodb, is it possible my flutter android to access my desktop mongodb through internet ?

CodePudding user response:

You can implement local host on your PC and connect your app

check How can I access my localhost from my Android device? for more info

  • Related