Sumedha Mehta
My feedback
6 results found
-
152 votes
Looking for feedback around this feature, please reach out to sumedha.mehta@mongodb.com if you have any.
Sumedha Mehta supported this idea ·
-
1 vote
An error occurred while saving the comment -
37 votes
An error occurred while saving the comment Sumedha Mehta commented
Hi everyone, this should be available or Functions now with our new application structure.
-
1 vote
An error occurred while saving the comment Sumedha Mehta commented
Hey David - do you mind adding more context around what scenario prevented you from adding user/password auth when you were using Sync?
-
1 vote
An error occurred while saving the comment Sumedha Mehta commented
Is this what you're looking for?
https://docs.mongodb.com/realm/functions/context#context.request
context.request.ip should give you the IP address of the the client that issued the request
-
8 votes
An error occurred while saving the comment Sumedha Mehta commented
Thanks for clarifying - I've added a couple of answers to some of your questions and will take the feedback into consideration. Also happy to continue the conversation via email.
> The Realm GraphQL endpoint it didn't work with GraphQL codegen correctly, so I use the manually downloaded file instead.
I was able to generate typescript types using the endpoint with GQL Codegen, so I'm curious to know what was going wrong here. The one thing I can think of is including the authorization header in the codegen.yml file to generate the types.
> Is there any way to convert the json schema to realm object schema
You should be able to do this on the 'SDKs' tab in the UI. This would fit into the following flow you described:
adding in Data to Atlas -> generating Schema on Realm from the UI -> clicking on the SDKs tab to see what the JS Realm Objects would look like -> adding Realm Objects to Node SDK
An error occurred while saving the comment Sumedha Mehta commented
Hi Toshi,
We're planning on working on improving our Schema workflow and local development with Realm this half and I'm interested in some of the feedback you brought up.
Can you go into more detail about the difference between:
#3 "Generate JSON Schema (manually, on web UI)"
and
#6 'If you use Realm too, write Realm Schema (manually)'
Is the Web UI you're referring to here, the Atlas/Compass UI?
If you're available to chat a bit more about this topic, you can also shoot me an email at sumedha.mehta@mongodb.com
Hi there - have you considered using a Webhook (https://docs.mongodb.com/realm/services/configure/service-webhooks/) or one of our SDKs (https://docs.mongodb.com/realm/functions/call-a-function/#call-from-a-client-application)? Depending on where you're calling it from, one of these approaches will let you invoke a Realm function on a need-based basis.