Replies: 7 comments
-
Unfotunately it is not so easy to solve this issue. I cannot promise anything. |
Beta Was this translation helpful? Give feedback.
-
I just found this and was wondering if there are any updates. @giorgiofran, if you can describe the problem a little bit I could try to help with finding a solution. Thanks |
Beta Was this translation helpful? Give feedback.
-
The problem is that web apps cannot use |
Beta Was this translation helpful? Give feedback.
-
Thanks for the update @giorgiofran. Looking forward to seeing that new implementation, it sounds very promising. |
Beta Was this translation helpful? Give feedback.
-
The goal is to implement also transactions, but it is a big step forward, and probably it will not be compatible with the present package. |
Beta Was this translation helpful? Give feedback.
-
I'm a bit new at this and it's probably a bit of a simple question but I've been able to interact with my database via Atlas and their REST API option at https://www.mongodb.com/docs/atlas/api/ for development. Problem is, risk of API exposure in production. I know it's tricky but if there is a way of obscuring api keys it may be an option. So my question would be do you think its possible to integrate something like that into the package? |
Beta Was this translation helpful? Give feedback.
-
It is possible, the problem is to find the time to develop it. At present I'm updating and renewing the driver, so I have no time to give a look into this, sorry. |
Beta Was this translation helpful? Give feedback.
-
When trying to acces the databse via
Db.create()
on Flutter web, I get this error:It would be very nice to be able to use Mongo db on Flutter web.
Beta Was this translation helpful? Give feedback.
All reactions