0

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 ?

Trisk Khan
  • 25
  • 7
  • You can make your pc a local server server via Xampp or IIS. So a webservice is needed in the middle. – Zahra Jun 13 '22 at 10:30

1 Answers1

0

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

Ahmed Adel
  • 305
  • 2
  • 9