Sumedha Mehta
My feedback
4 results found
-
1 vote
An error occurred while saving the comment -
38 votes
An error occurred while saving the comment Sumedha Mehta commentedHi everyone, this should be available or Functions now with our new application structure.
-
1 vote
An error occurred while saving the comment Sumedha Mehta commentedHey 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 commentedIs 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
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.