Update Data into MongoDB - Flutter

Поделиться
HTML-код
  • Опубликовано: 11 дек 2024

Комментарии • 30

  • @George-or3uv
    @George-or3uv 2 года назад

    These videos are excellent. I was wondering if you would cover dealing with tokens and what they would be used for in MongoDB?

    • @DevMensIT
      @DevMensIT  2 года назад

      May i know where can i find that tokens ?

  • @hardikc999
    @hardikc999 2 года назад +1

    Great video tutorials

  • @thebtk
    @thebtk 2 года назад

    Excellent tutorial

  • @พงศนาถขันอาสา-ฎ9ฉ

    Section code (await MongoDatabase.update(UpdateData).whenComplete(() => Navigator.pop(context)); )
    # problem with (context) not working, any advice?(vdo16.54min )

  • @SpadeyW
    @SpadeyW Год назад

    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

  • @BidashGurung-qe7uk
    @BidashGurung-qe7uk 8 месяцев назад

    how can i upload photo ... especially for the profile picture ,,, using mongodb ?

    • @DevMensIT
      @DevMensIT  8 месяцев назад

      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

    • @BidashGurung-qe7uk
      @BidashGurung-qe7uk 8 месяцев назад

      @@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

    • @DevMensIT
      @DevMensIT  8 месяцев назад

      You can read documentation on official mongodb sites

    • @BidashGurung-qe7uk
      @BidashGurung-qe7uk 8 месяцев назад

      @@DevMensIT would u mind helping me with the video tutorial ?

    • @DevMensIT
      @DevMensIT  8 месяцев назад

      @BidashGurung-qe7uk first do one thing try to upload into mongo storage.

  • @amndroid3193
    @amndroid3193 8 месяцев назад

    is this secure? if someone get connection string app then all data will be leaked right?

    • @DevMensIT
      @DevMensIT  8 месяцев назад

      If someone gets your connection sting then possible data can be leaked

  • @SpadeyW
    @SpadeyW Год назад

    can you give us this projects source code

    • @DevMensIT
      @DevMensIT  Год назад

      Sorry we don't keep the source code.