DEV Community

Discussion on: User Authentication + JWT Authorization With Flutter and Node

Collapse
 
carminezacc profile image
Carmine Zaccagnino

You would need to change the backend to use the MongoDB driver instead of the SQLite one, connect to your MongoDB database instead of using SQLite database files and then store the documents using the MongoDB driver API.

Since MongoDB is a NoSQL document storage database, the changes you'd have to make to the code are significant.