简体   繁体   中英

what can I use for the database part in flutter

我正在尝试创建一个带有抖动的简单登录系统,但是我不知道后端可以使用的选项(我可以使用)我可以使用sqlite吗

Yes you can use SQLITE.

Get started with the sqflite plugin.

Alternatively, you can use the flutter_sqlcipher or firebase_auth plugins.

if you want to use Firebase take a look at this:

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM