Could you tell me which DB can read data from the database without login authentication?

Asked 1 years ago, Updated 1 years ago, 97 views

Currently, we are unable to read the FIREBASE data on the actual machine.
(I can read it on the simulator, but I think I still need to do a lot of research.)
I just need to read the data, so I would like to read the DB without login authentication, but could you please let me know if you have a good DB?

I want to use the DB on the NET.
DROPBOX?

swift xcode swift3 swift4

2022-09-30 19:56

2 Answers

I'm not familiar with Swift(iOS) app development, so I'm not sure if I can handle it. For example, SQLite


2022-09-30 19:56

If you want to use the database internally on iOS, what's famous is

and so on.
Both databases have sufficient experience, so I think it will be fine as long as you don't handle too special data.


2022-09-30 19:56

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.