The above code does not work. I get this error; TypeError: Cannot read property 'reusesExistingSession' of undefined
I've set up my apps in Facebook and Google and I've done this many times before so I'm sure I've done it right. I've enabled the auth providers in Mongo stitch, so is this a bug or am I missing something?
I'm just getting started with MongoDB stitch so apologies if I am making a silly mistake.
I would like to create a simple login form to restrict access to a dashboard. I would like to use Google and Facebook auth.
I am using mongodb-stitch-browser-sdk@4.8.0 and basically using the example as per the docs to prove this out.
The above code does not work. I get this error;
TypeError: Cannot read property 'reusesExistingSession' of undefined
I've set up my apps in Facebook and Google and I've done this many times before so I'm sure I've done it right. I've enabled the auth providers in Mongo stitch, so is this a bug or am I missing something?
Thanks