mongodb-stitch Questions
1
I created a "brands" collection and then added an index collation: { locale: "en", strength: 2} on the "title" field. But when I try to query it using this collation i...
Tamasha asked 14/7, 2021 at 9:39
5
I am a newbie trying MongoDB-atlas free tier. I have a cluster named - "mongoCluster. Under it, I have a database - "testdb" and under it, have a collection - "testcollection&qu...
Rakia asked 17/11, 2020 at 3:2
1
Would like to use Stitch in a NextJS app (basically isomorphic react). Normally, you would be able to pass a JWT or session token in the headers of the initial request, and if the user already has ...
Banter asked 3/1, 2019 at 18:37
3
I am using mongodb's stitch backend to run an application, and when I try to login as an anonymous user, it throws this error:
failed to log in anonymously: { StitchError: authentication via 'an...
Stratovision asked 7/3, 2018 at 3:16
2
I'm creating Stitch Functions in MongoDB and getting result undefined instead of double.
I'm developing an iOS App, using MongoDB database. I'm creating Stitch Functions, and using callFunction(wi...
Rubdown asked 10/7, 2019 at 8:37
2
Solved
I've been able to do a register and login using MongoDB Stitch but I can't find how to update a user's data. I've tried making queries to db.users or db.user but these don't exist.
Is there a meth...
Lanham asked 13/2, 2018 at 4:54
1
Solved
I'm currently experimenting with Social Media Sign-in and have realised something slightly strange on how these logins are delivered which is stemming from the fact that my workplace, like most off...
Rollandrollaway asked 13/2, 2018 at 0:30
1
Solved
I am using Stitch platform by MongoDB. I want to store a value and a count associated with that value in the database. Now the value may not be present for the first time, so I would like to insert...
Tattered asked 28/12, 2017 at 11:34
1
© 2022 - 2024 — McMap. All rights reserved.