Questions tagged [mongodb-stitch]

For questions related to the MongoDB Stitch Service API.

Stitch allows building an API for a MongoDB back end and other integrated services by concentrating on application logic rather than detail of delivery for data manipulation code.

Documentation is available at https://docs.mongodb.com/stitch/

And there are various tutorials available: https://docs.mongodb.com/stitch/tutorials/

165 questions
0
votes
0 answers

MongoDB Stitch user likes system. How to implement?

I am trying to implement a like visualization system for a table of products. I would like to see if user has liked the product. I have a Products table and a Likes table. I can do this in Firestore with transactions but, I would like to use Stitch.…
user10447655
  • 180
  • 2
  • 10
0
votes
3 answers

MongoDB Stitch Customize New User Email Confirmations

I am using MongoDB Stitch Email/Password provider. When a new user registers, is there a way to customize the emails sent for confirmation? If not, is it possible to preempt these emails from being sent and just build the functionality myself. In…
vbuser2004
  • 1,002
  • 1
  • 9
  • 20
0
votes
1 answer

MongoDB Stitch double encodes redirect URI during Facebook login attempt breaking the login process?

I am trying to use the MongoDB Stitch examples tutorial for the Web based Todo App. I am using Node.JS v10.14.2 on a Ubuntu 18.04 Bionic Beaver Linux station. When I try to log in with Facebook, the login process fails with Facebook complaining…
Robert Oschler
  • 14,153
  • 18
  • 94
  • 227
0
votes
1 answer

MongoSwift Pod contains 100 compiler errors. Unable to build after install

I have an iOS app I am planning on integrating with MongoDB. After installing the pod files, upon build I get about 100 errors and I'm not really sure what's causing it or how to fix them. Added a screenshot of some of the errors. They are all…
0
votes
1 answer

Suppress value types in MongoDB Stitch function

A Stitch function returns value types for each non-string field. I believe this is because functions return data in MongoDB Extended JSON. The Mongo Shell, on the other hand, returns standard JSON, and no value types. How do I suppress value types…
It'sNotMe
  • 1,184
  • 1
  • 9
  • 29
0
votes
1 answer

no response from server: unknown: transportError

I am getting the following error when querying my stitch remote collection in Swift: no response from server: unknown: transportError This is my test query: //var aircraftCollection: RemoteMongoCollection! var aircraftCollection:…
Robbie Cronin
  • 1,557
  • 2
  • 10
  • 15
0
votes
2 answers

Getting error: 'Stich is not defined' in JavaScript password reset function

I am trying to develop a password reset webpage to use in my email/password authentication for MongoDB Stitch, this is my code:
Robbie Cronin
  • 1,557
  • 2
  • 10
  • 15
0
votes
2 answers

GoogleSignInAccount getServerAuthCode returns null on successful login

Summary I want to implement Google Service sign in for an Android app of mine, and for the most part, it's been working fine through the guidance of this helpful tutorial. I am exploring using MongoDB Stitch as my backend, I want to make Stitch the…
0
votes
2 answers

Handling Users with MongoDB Stitch App within Atlas Cluster

I have an MongoDB Stitch app, that users the Email/Password authentication. This creates users within the Stitch App that I can authenticate on the page. I also have an MongoDB Atlas Cluster for my database. In the cluster I have a DB with the name…
0
votes
3 answers

Access document directly by ID

I'm used to working with firebase where I can access a document directly by fetching data from the db like so. db.collection('collectionName/documentID').get(); I can't seem to find any documentation regarding doing something similar in mongodb. Do…
juicy89
  • 448
  • 5
  • 14
0
votes
1 answer

How to use Object.bsonsize in MongoDB Stitch Functions code?

Is there any way to use Object.bsonsize in MongoDB Stitch Functions code?
requirunt
  • 55
  • 1
  • 5
0
votes
1 answer

Images uploaded to S3 using MongoDB Stitch cannot be opened

I'm using MongoDB Stitch to upload images using React Native, and I can successfully upload text and what appears to be an image, but I can't open the image from S3. I'm using the following code from their example in a Stitch function…
Daniel
  • 643
  • 7
  • 7
0
votes
1 answer

Getting region error while using aws ses service in mongodb stitch app

I am using AWS SES service for sending email in stitch App of mongodb. my stitch app is registered on region Oregon (us-west-2). but when I send email every time I get this type of error. I want to know that my application is registered on Oregon…
0
votes
1 answer

Push Notification Service in database triggers Mongodb Stitch

I want to send push notification to android app in database trigger MongoDB Stitch. In MongoDB Stitch Console there is a push notifications control and I can send new notification in there. But I want send new notification in triggers. Can you help…
0
votes
1 answer

How does MongoDB Stitch host static assets?

Customer service is not helpful so I'll ask here. The FAQs of MongoDB Stitch answer the question "Can I store and serve my static web assets using MongoDB Stitch?" by saying "Yes, Stitch Hosting can be used to store and deliver all of your static…
Joseph Johnston
  • 533
  • 1
  • 3
  • 14
1 2 3
10
11