Section code (await MongoDatabase.update(UpdateData).whenComplete(() => Navigator.pop(context)); ) # problem with (context) not working, any advice?(vdo16.54min )
when i do update data i get "Unhandled Exception: MongoDB ConnectionException: connection closed: The socket connection has been reset by peer." and i see "No data found" screen
You can use storage for that. While uploading profile picture inside storage you will get path (or link of storage) and insert that string inside your database
@@DevMensIT can u please help me out with this one ,,, i didnt find any other tutorial videos on this ,,, and i dont have much idea ..its hard being begginer
These videos are excellent. I was wondering if you would cover dealing with tokens and what they would be used for in MongoDB?
May i know where can i find that tokens ?
Great video tutorials
Excellent tutorial
Section code (await MongoDatabase.update(UpdateData).whenComplete(() => Navigator.pop(context)); )
# problem with (context) not working, any advice?(vdo16.54min )
Post your full error log.
@@DevMensIT
Undefined name 'context'.
Try correcting the name to one that is defined, or defining the name.
@@DevMensIT I tried reducing the working part (await MongoDatabase.update(UpdateData)) still working normally or not?
If you are using function for navigation after update then pass context from WidgetBuilder
You must put the widget script right before } after scaffold
when i do update data i get "Unhandled Exception: MongoDB ConnectionException: connection closed: The socket connection has been reset by peer." and i see "No data found" screen
Check your setting of database. Allow to all ip
where is it@@DevMensIT
how to allow all ip
From mongodb site settings
how can i upload photo ... especially for the profile picture ,,, using mongodb ?
You can use storage for that. While uploading profile picture inside storage you will get path (or link of storage) and insert that string inside your database
@@DevMensIT can u please help me out with this one ,,, i didnt find any other tutorial videos on this ,,, and i dont have much idea ..its hard being begginer
You can read documentation on official mongodb sites
@@DevMensIT would u mind helping me with the video tutorial ?
@BidashGurung-qe7uk first do one thing try to upload into mongo storage.
is this secure? if someone get connection string app then all data will be leaked right?
If someone gets your connection sting then possible data can be leaked
can you give us this projects source code
Sorry we don't keep the source code.