hoangvvo / nextjs-mongodb-app

A Next.js and MongoDB web application, designed with simplicity for learning and real-world applicability in mind.
https://nextjs-mongodb.now.sh/
MIT License
1.54k stars 289 forks source link

react-native use of userdb #83

Closed wortkotze closed 4 years ago

wortkotze commented 4 years ago

Hi,

I used this boilerplate for a PWA. this was working really fine. we made the decision to build now also an react-native app to become more possibilities on iOs.

Did you probably already make a try where I can learn something.

I'm able to loging but I'm not really sure how you set the cookie on the webversion > I assume I would need to store the same data to the device. when I remove the session in the database, in the webversion the user is logged out automatically. in my react system I can still retrieve data :(

thx for the help Stephan